From 42ec2dbe79f8ab55e58ad74708b2a29e2d653f57 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Wed, 2 Dec 2009 00:19:01 +0100 Subject: 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 (bzr r8854) --- 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 -- cgit v1.2.3