Code

fixed bracket pairing, however I do not if this makes sense in the language that...
[inkscape.git] / 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"/>
+  -->
+
 
 
   <!--