summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c33e0f8)
raw | patch | inline | side by side (parent: c33e0f8)
author | Johan Engelen <goejendaagh@zonnet.nl> | |
Tue, 1 Dec 2009 23:19:01 +0000 (00:19 +0100) | ||
committer | Johan Engelen <goejendaagh@zonnet.nl> | |
Tue, 1 Dec 2009 23:19:01 +0000 (00:19 +0100) |
* fix build (we have , temporarily?, lost the svn revision number in the about dialog)
* enable experimental LPEs in dev version
* enable console output
* enable experimental LPEs in dev version
* enable console output
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index c32e22b1743d0b8fa280fc56f5d89dd6da585084..2606a3210a8a39a5eb4b982361c10d365d94f127 100644 (file)
--- a/build.xml
+++ b/build.xml
<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_
#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
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mwindows
+ -mconsole
-mthreads
</flags>
<fileset dir="${build}">
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mwindows
+ -mconsole
-mthreads
</flags>
<fileset dir="${build}">