X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=99e221e64662e95b705b4300d8c5fe57c50dcb02;hb=fce046713c4cb905f38bf489cc4a73af425f3037;hp=ce09ddfeaf42ae99cfa8c5bca8460464b3cfadbf;hpb=62929c4fe64ef6036328feda9fbb1fd41c72eac8;p=inkscape.git diff --git a/build.xml b/build.xml index ce09ddfea..99e221e64 100644 --- a/build.xml +++ b/build.xml @@ -31,18 +31,18 @@ ## P R O J E C T : I N K S C A P E ######################################################################## --> - + 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. - + @@ -55,6 +55,7 @@ + @@ -62,6 +63,9 @@ + + + --> @@ -97,9 +101,14 @@ + namespace Inkscape { - char const *version_string = "${version} r${svn.revision}"; + char const *version_string = "${version}"; } @@ -162,8 +171,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 @@ -179,7 +188,9 @@ #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 #endif /* _CONFIG_H_ */ @@ -194,13 +205,14 @@ description="generate test files" > - + @@ -211,19 +223,19 @@ - - - @@ -237,7 +249,7 @@ - @@ -248,20 +260,20 @@ - - - @@ -292,6 +304,7 @@ + @@ -327,7 +340,6 @@ - @@ -367,7 +379,7 @@ -fopenmp - -DINKSCAPE_VERSION=\"${version}\" + -DVERSION=\"${version}\" -DHAVE_CONFIG_H -D_INTL_REDIRECT_INLINE -DHAVE_SSL @@ -465,7 +477,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows + -mconsole -mthreads @@ -492,7 +504,8 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm - -lgomp -lpthreadGC2 + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -521,7 +534,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows + -mconsole -mthreads @@ -546,7 +559,8 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm - -lgomp -lpthreadGC2 + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -597,7 +611,8 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm - -lgomp -lpthreadGC2 + -lgomp -lpthreadGC2 -laspell + -lmscms @@ -687,6 +702,8 @@ + + @@ -694,6 +711,9 @@ + + + @@ -886,7 +906,6 @@ -