X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=3d21a674052a514b39693281b2c4dcf4309079d2;hb=fe873247d7a9a3366f5b9e47c2dd4a59936232de;hp=32f34feb8d0dfc79aa31040f166b9be4eda13ea7;hpb=2f8d7781bb57ad1ac269290cbd38d80a210e5a80;p=inkscape.git diff --git a/build.xml b/build.xml index 32f34feb8..3d21a6740 100644 --- a/build.xml +++ b/build.xml @@ -53,7 +53,9 @@ + + @@ -61,6 +63,9 @@ + + + --> @@ -96,8 +101,10 @@ - - #define INKSCAPE_VERSION "${version}" + + namespace Inkscape { + char const *version_string = "${version} ${svn.revision}"; + } #ifndef _CONFIG_H_ @@ -137,6 +144,7 @@ #define HAVE_STDLIB_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_INTTYPES_H 1 + #define HAVE_OPENMP 1 #define ENABLE_LCMS 1 @@ -174,25 +182,15 @@ /* Do we support SVG Fonts? */ #define ENABLE_SVG_FONTS 1 - #endif /* _CONFIG_H_ */ - - + /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ + // #define LPE_ENABLE_TEST_EFFECTS 1 + #define HAVE_ASPELL 1 - - - - - - + #endif /* _CONFIG_H_ */ + - - @@ -210,6 +208,7 @@ + @@ -218,20 +217,19 @@ - - - - @@ -245,7 +243,7 @@ - @@ -256,22 +254,22 @@ - - - + template="${src}/cxxtest-template.tpl"> @@ -302,8 +300,8 @@ + - @@ -335,14 +333,12 @@ - - - - + + @@ -373,6 +369,7 @@ -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -O2 -mms-bitfields + -fopenmp -DVERSION=\"${version}\" @@ -474,6 +471,7 @@ objcopycommand="${archutil}objcopy"> -mwindows + -mthreads @@ -481,6 +479,7 @@ + -L${devlibs}/lib ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} @@ -498,6 +497,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell @@ -527,6 +527,7 @@ objcopycommand="${archutil}objcopy"> -mwindows + -mthreads @@ -550,6 +551,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 @@ -569,6 +571,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> + -mthreads @@ -599,6 +602,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 @@ -664,7 +668,10 @@ + + + @@ -685,6 +692,8 @@ + + @@ -692,6 +701,9 @@ + + + @@ -883,6 +895,7 @@ +