summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2dba023)
raw | patch | inline | side by side (parent: 2dba023)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 1 Nov 2007 23:12:11 +0000 (23:12 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Thu, 1 Nov 2007 23:12:11 +0000 (23:12 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index d6458590af390e719eb13f7d180fe2a3684bf3d2..974508ca1dc82b220f866fa51d816e311869a098 100644 (file)
--- a/build.xml
+++ b/build.xml
<!-- set global properties for this build -->
<property name="version" value="0.46dev"/>
- <property name="arch" value="i686-pc-mingw32-"/>
- <property name="archutil" value="${arch}"/>
+ <property name="arch" value="mingw32-"/>
+ <property name="archutil" value=""/>
<!--<property name="archutil" value=""/>-->
<property name="src" location="src"/>
<property name="gtk" location="c:/devlibs"/>