X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=build.xml;h=99e221e64662e95b705b4300d8c5fe57c50dcb02;hb=eb4f7092b0b8482c042370d8c6520d4b05997afe;hp=06f8b58abfd849249853cb401a705fd56cd8287a;hpb=ff684e9ac26044417e9dfa1a12bbf948f2c67fb9;p=inkscape.git diff --git a/build.xml b/build.xml index 06f8b58ab..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. - + @@ -101,10 +101,15 @@ - + + + namespace Inkscape { + char const *version_string = "${version}"; + } #ifndef _CONFIG_H_ @@ -183,7 +188,7 @@ #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 @@ -207,6 +212,7 @@ + @@ -471,7 +477,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows + -mconsole -mthreads @@ -528,7 +534,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows + -mconsole -mthreads