X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=58e9fba3ea65f52e00a69f9ed026c38286fe4a1d;hb=314cde3be432c9ce1323e7ddc5d4327581358e90;hp=16443dfc2000f9a678bafdd391ed5628631cafd0;hpb=56f5cb721ff28938b4de51d0d4558531a0f0ed62;p=inkscape.git diff --git a/build.xml b/build.xml old mode 100644 new mode 100755 index 16443dfc2..58e9fba3e --- a/build.xml +++ b/build.xml @@ -36,13 +36,13 @@ Build file for the Inkscape SVG editor. This file was written for GTK-2.10 on Win32, but it should work well for other types of builds with only minor adjustments. - Note that the default target is 'dist'. You can execute other + Note that the default target is 'dist-all'. You can execute other targets instead, by "btool {target}", like "btool compile", if - you want to save time. + you want to save time, or "dist-inkscape" if you don't want inkview. - + @@ -53,7 +53,8 @@ - + + @@ -101,9 +102,14 @@ + namespace Inkscape { - char const *version_string = "${version} ${svn.revision}"; + char const *version_string = "${version} ${bzr.revision}"; } @@ -145,6 +151,7 @@ #define HAVE_SYS_STAT_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_OPENMP 1 + #define HAVE_TR1_UNORDERED_SET 1 #define ENABLE_LCMS 1 @@ -183,7 +190,7 @@ #define ENABLE_SVG_FONTS 1 /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ - // #define LPE_ENABLE_TEST_EFFECTS 1 + #define LPE_ENABLE_TEST_EFFECTS 1 #define HAVE_ASPELL 1 @@ -207,6 +214,7 @@ + @@ -385,7 +393,8 @@ ${pcc.gtkmm-2.4} - -I${devlibs}/include/libxml2 + ${pcc.Magick++} + ${pcc.libxml-2.0} ${pcc.freetype2} ${pcc.cairo} ${pcc.poppler} @@ -471,7 +480,6 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows -mthreads @@ -489,13 +497,12 @@ ${devlibs}/bin/libxslt.dll ${pcl.cairo} ${pcl.cairomm-1.0} ${pcl.libwpg-0.1} ${pcl.libwpg-stream-0.1} - ${devlibs}/lib/iconv.lib - ${pcl.ImageMagick++} + -liconv + ${pcl.Magick++} ${pcl.fontconfig} ${pcl.freetype2} - -lssl -lcrypto ${pcl.lcms} ${pcl.gsl} - -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib + -lpng -ljpeg -ltiff -lpopt -lz -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm -lgomp -lpthreadGC2 -laspell @@ -528,7 +535,6 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows -mthreads @@ -544,13 +550,12 @@ ${devlibs}/bin/libxslt.dll ${pcl.cairo} ${pcl.cairomm-1.0} ${pcl.libwpg-0.1} ${pcl.libwpg-stream-0.1} - ${devlibs}/lib/iconv.lib - ${pcl.ImageMagick++} + -liconv + ${pcl.Magick++} ${pcl.fontconfig} ${pcl.freetype2} - -lssl -lcrypto ${pcl.lcms} ${pcl.gsl} - -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib + -lpng -ljpeg -ltiff -lpopt -lz -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm -lgomp -lpthreadGC2 -laspell @@ -596,13 +601,12 @@ ${devlibs}/bin/libxslt.dll ${pcl.cairo} ${pcl.cairomm-1.0} ${pcl.libwpg-0.1} ${pcl.libwpg-stream-0.1} - ${devlibs}/lib/iconv.lib - ${pcl.ImageMagick++} + -liconv + ${pcl.Magick++} ${pcl.fontconfig} ${pcl.freetype2} - -lssl -lcrypto ${pcl.lcms} ${pcl.gsl} - -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib + -lpng -ljpeg -ltiff -lpopt -lz -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm -lgomp -lpthreadGC2 -laspell @@ -629,6 +633,7 @@ + @@ -645,7 +650,8 @@ - + + @@ -654,28 +660,31 @@ - - + - - - + - + + + + + + - + +