X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=62eda3aaaa577c172e38c5687707ff4f4f6a518d;hb=3c60a84ec01cc697eaa48c4df51aa60c8483a7c1;hp=879ca93823de249577744c1ce9191a480ee6e05a;hpb=a16820d012f94a120ff5ef577da5e5648b8e81ec;p=inkscape.git diff --git a/build.xml b/build.xml index 879ca9382..62eda3aaa 100644 --- a/build.xml +++ b/build.xml @@ -53,7 +53,9 @@ + + @@ -61,6 +63,9 @@ + + + --> @@ -89,15 +94,17 @@ - - + - - #define INKSCAPE_VERSION "${version}" + + + namespace Inkscape { + char const *version_string = "${version} r${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 @@ -171,25 +179,18 @@ /* Allow reading WordPerfect? */ #define WITH_LIBWPG 1 - #endif /* _CONFIG_H_ */ - - + /* Do we support SVG Fonts? */ + #define ENABLE_SVG_FONTS 1 + /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ + // #define LPE_ENABLE_TEST_EFFECTS 1 + #define HAVE_ASPELL 1 - - - - - + #endif /* _CONFIG_H_ */ + - - @@ -207,6 +208,7 @@ + @@ -215,20 +217,19 @@ - - - - @@ -242,7 +243,7 @@ - @@ -251,25 +252,24 @@ - - - - + template="${src}/cxxtest-template.tpl"> @@ -290,8 +290,8 @@ + continueOnError="true" + refreshCache="${refresh}"> @@ -300,8 +300,8 @@ + - @@ -333,14 +333,12 @@ - - - - + + @@ -371,6 +369,7 @@ -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -O2 -mms-bitfields + -fopenmp -DVERSION=\"${version}\" @@ -472,6 +471,7 @@ objcopycommand="${archutil}objcopy"> -mwindows + -mthreads @@ -479,6 +479,7 @@ + -L${devlibs}/lib ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} @@ -496,6 +497,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell @@ -525,6 +527,7 @@ objcopycommand="${archutil}objcopy"> -mwindows + -mthreads @@ -548,6 +551,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 @@ -567,6 +571,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> + -mthreads @@ -597,6 +602,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 @@ -633,6 +639,7 @@ + @@ -661,7 +668,10 @@ + + + @@ -682,6 +692,8 @@ + + @@ -689,6 +701,9 @@ + + + @@ -880,6 +895,7 @@ +