summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: efb7ee7)
raw | patch | inline | side by side (parent: efb7ee7)
author | ishmal <ishmal@users.sourceforge.net> | |
Fri, 2 Nov 2007 15:23:42 +0000 (15:23 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Fri, 2 Nov 2007 15:23:42 +0000 (15:23 +0000) |
build.xml | patch | blob | history |
diff --git a/build.xml b/build.xml
index 974508ca1dc82b220f866fa51d816e311869a098..86290bb296cd9cdad02ff6c65bf63015a6987a1e 100644 (file)
--- a/build.xml
+++ b/build.xml
<!-- set global properties for this build -->
<property name="version" value="0.46dev"/>
- <property name="arch" value="mingw32-"/>
- <property name="archutil" value=""/>
- <!--<property name="archutil" value=""/>-->
<property name="src" location="src"/>
- <property name="gtk" location="c:/devlibs"/>
- <!--<property name="gtk" location="/target"/>-->
<property name="lib" location="lib"/>
<property name="build" location="build"/>
<property name="dist" location="inkscape"/>
+ <!-- Use these settings for the native compiler -->
+ <!-- -->
+ <property name="arch" value="mingw32-"/>
+ <property name="archutil" value=""/>
+ <property name="gtk" location="c:/devlibs"/>
+ <!-- -->
+
+ <!-- Use these settings for the cross compiler -->
+ <!--
+ <property name="arch" value="i686-pc-mingw32-"/>
+ <property name="archutil" value="${arch}"/>
+ <property name="gtk" location="/target"/>
+ -->
+
<!--