X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=16443dfc2000f9a678bafdd391ed5628631cafd0;hb=90fd0afea5629e62cbcefc814d3ffe9c39a36d77;hp=02f0f4ecff4154bae282ccacce7a7d50dd46b807;hpb=4a148d6fa9baae2993ed253035db7b5e33e1511a;p=inkscape.git diff --git a/build.xml b/build.xml index 02f0f4ecf..16443dfc2 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 @@ -158,8 +166,8 @@ #define WITH_PYTHON 1 /* shared whiteboard */ - #define WITH_INKBOARD 1 - #define HAVE_SSL 1 + #undef WITH_INKBOARD + #undef HAVE_SSL /* use poppler for pdf import? */ #define HAVE_POPPLER 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 @@ - @@ -254,25 +252,24 @@ - - - - + template="${src}/cxxtest-template.tpl"> @@ -301,10 +298,11 @@ + + - @@ -336,14 +334,12 @@ - - - - + + @@ -374,6 +370,7 @@ -Wall -Wformat -Werror=format-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -O2 -mms-bitfields + -fopenmp -DVERSION=\"${version}\" @@ -475,6 +472,7 @@ objcopycommand="${archutil}objcopy"> -mwindows + -mthreads @@ -482,6 +480,7 @@ + -L${devlibs}/lib ${pcl.poppler-cairo} ${pcl.poppler-glib} ${pcl.poppler} @@ -499,6 +498,8 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -528,6 +529,7 @@ objcopycommand="${archutil}objcopy"> -mwindows + -mthreads @@ -551,6 +553,8 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -570,6 +574,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> + -mthreads @@ -600,6 +605,8 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -636,6 +643,7 @@ + @@ -664,7 +672,10 @@ + + + @@ -685,6 +696,8 @@ + + @@ -692,6 +705,9 @@ + + + @@ -883,7 +899,7 @@ - +