X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=3d21a674052a514b39693281b2c4dcf4309079d2;hb=fe873247d7a9a3366f5b9e47c2dd4a59936232de;hp=b4ac5d24aae1539d6a99ddaeaaa7f846e00cb596;hpb=4a0855dc6f92513de027eb42c5d63f449c408665;p=inkscape.git diff --git a/build.xml b/build.xml index b4ac5d24a..3d21a6740 100644 --- a/build.xml +++ b/build.xml @@ -55,6 +55,7 @@ + @@ -62,6 +63,9 @@ + + + --> @@ -99,7 +103,7 @@ namespace Inkscape { - char const *version_string = "${version} r${svn.revision}"; + char const *version_string = "${version} ${svn.revision}"; } @@ -131,7 +135,7 @@ #define GETTEXT_PACKAGE "inkscape" - #define PACKAGE_STRING INKSCAPE_VERSION + #define PACKAGE_STRING VERSION #define HAVE_GETOPT_H 1 #define HAVE_STRING_H 1 @@ -181,6 +185,8 @@ /* Do we want experimental, unsupported, unguaranteed, etc., LivePathEffects enabled? */ // #define LPE_ENABLE_TEST_EFFECTS 1 + #define HAVE_ASPELL 1 + #endif /* _CONFIG_H_ */ @@ -194,7 +200,7 @@ description="generate test files" > - @@ -211,19 +217,19 @@ - - - @@ -237,7 +243,7 @@ - @@ -248,20 +254,20 @@ - - - @@ -327,7 +333,6 @@ - @@ -367,7 +372,7 @@ -fopenmp - -DINKSCAPE_VERSION=\"${version}\" + -DVERSION=\"${version}\" -DHAVE_CONFIG_H -D_INTL_REDIRECT_INLINE -DHAVE_SSL @@ -492,7 +497,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm - -lgomp -lpthreadGC2 + -lgomp -lpthreadGC2 -laspell @@ -597,7 +602,7 @@ -lpng -ljpeg.dll -ltiff.dll -lpopt ${devlibs}/lib/zdll.lib -lgc -lws2_32 -lintl -lgdi32 -lcomdlg32 -lm - -lgomp -lpthreadGC2 + -lgomp -lpthreadGC2 @@ -687,6 +692,8 @@ + + @@ -694,6 +701,9 @@ + + +