From 58b01d0739d26b3257ff197b4c34d3fb738b1534 Mon Sep 17 00:00:00 2001 From: Johan Engelen Date: Wed, 2 Dec 2009 00:19:01 +0100 Subject: [PATCH] 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 --- build.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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 -- 2.30.2