From: Johan Engelen Date: Tue, 1 Dec 2009 23:19:01 +0000 (+0100) Subject: All for windows: X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58b01d0739d26b3257ff197b4c34d3fb738b1534;p=inkscape.git All for windows: * fix build (we have , temporarily?, lost the svn revision number in the about dialog) * enable experimental LPEs in dev version * enable console output --- diff --git a/build.xml b/build.xml index c32e22b17..2606a3210 100644 --- a/build.xml +++ b/build.xml @@ -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 @@ -471,7 +476,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows + -mconsole -mthreads @@ -528,7 +533,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> - -mwindows + -mconsole -mthreads