summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2009-01-13 23:12:46 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2009-01-13 23:12:46 +0000
commita2ecb9ed185b5e62089967f711f72932f708d2a8 (patch)
tree359b87f4ef353f8634ac48ff90ad73c8a2b13b5f
parentpartly fix build ................. (diff)
downloadinkscape-a2ecb9ed185b5e62089967f711f72932f708d2a8.tar.gz
inkscape-a2ecb9ed185b5e62089967f711f72932f708d2a8.zip
fix windows build................................
(bzr r7129)
-rw-r--r--build.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.xml b/build.xml
index 486b771d4..ce09ddfea 100644
--- a/build.xml
+++ b/build.xml
@@ -97,10 +97,10 @@
<copy file="${src}/helper/sp-marshal.cpp.mingw"
tofile="${src}/helper/sp-marshal.cpp"/>
- <makefile file="inkscape-version.cpp">
+ <makefile file="${src}/inkscape-version.cpp">
namespace Inkscape {
- gchar const *version_string = "${version} r${svn.revision}"
- }
+ char const *version_string = "${version} r${svn.revision}";
+ }
</makefile>
<makefile file="config.h">
#ifndef _CONFIG_H_
@@ -367,7 +367,7 @@
-fopenmp
</flags>
<defines>
- -DVERSION=\"${version}\"
+ -DINKSCAPE_VERSION=\"${version}\"
-DHAVE_CONFIG_H
-D_INTL_REDIRECT_INLINE
-DHAVE_SSL
@@ -885,7 +885,7 @@
<delete dir="${dist}"/>
<delete file="build.dep"/>
<delete file="config.h"/>
- <delete file="inkscape-version.cpp"/>
+ <delete file="${src}/inkscape-version.cpp"/>
<delete file="${src}/test-main.cpp"/>
<delete file="${src}/test-src.cpp"/>