diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-12-01 23:19:01 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2009-12-01 23:19:01 +0000 |
| commit | 42ec2dbe79f8ab55e58ad74708b2a29e2d653f57 (patch) | |
| tree | 737c94d8d8afbb2dfc97ccda2950498b667eea16 | |
| parent | recent files: show tooltips with uri, hide local files which are missing or u... (diff) | |
| download | inkscape-42ec2dbe79f8ab55e58ad74708b2a29e2d653f57.tar.gz inkscape-42ec2dbe79f8ab55e58ad74708b2a29e2d653f57.zip | |
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)
| -rw-r--r-- | build.xml | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -101,10 +101,15 @@ <copy file="${src}/helper/sp-marshal.cpp.mingw" tofile="${src}/helper/sp-marshal.cpp"/> - <makefile file="${src}/inkscape-version.cpp"> + <!--makefile file="${src}/inkscape-version.cpp"> namespace Inkscape { char const *version_string = "${version} ${svn.revision}"; } + </makefile--> + <makefile file="${src}/inkscape-version.cpp"> + namespace Inkscape { + char const *version_string = "${version}"; + } </makefile> <makefile file="config.h"> #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"> <flags> - -mwindows + -mconsole -mthreads </flags> <fileset dir="${build}"> @@ -528,7 +533,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> <flags> - -mwindows + -mconsole -mthreads </flags> <fileset dir="${build}"> |
