summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: aee6bba)
raw | patch | inline | side by side (parent: aee6bba)
author | jaspervdg <jaspervdg@users.sourceforge.net> | |
Sat, 9 Aug 2008 09:27:59 +0000 (09:27 +0000) | ||
committer | jaspervdg <jaspervdg@users.sourceforge.net> | |
Sat, 9 Aug 2008 09:27:59 +0000 (09:27 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 879ca93823de249577744c1ce9191a480ee6e05a..a856c6667c6472c77cf645845b57773822f66a31 100644 (file)
--- a/build.xml
+++ b/build.xml
<mkdir dir="${build}/java"/>
<mkdir dir="${build}/java/classes"/>
<mkdir dir="${build}/java/lib"/>
-
- <mkdir dir="${build}"/>
<mkdir dir="${dist}"/>
+
<copy file="${src}/helper/sp-marshal.h.mingw"
tofile="${src}/helper/sp-marshal.h"/>
<copy file="${src}/helper/sp-marshal.cpp.mingw"
tofile="${src}/helper/sp-marshal.cpp"/>
+
<makefile file="inkscape_version.h">
#define INKSCAPE_VERSION "${version}"
</makefile>