diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-11-02 15:23:42 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-11-02 15:23:42 +0000 |
| commit | 9c027d82571c4c4f24fc61be8ab1066a1cf2cd38 (patch) | |
| tree | 004fea24e25b45b316457385b56d8ee2bc9b09a2 | |
| parent | Khmer translations updated (diff) | |
| download | inkscape-9c027d82571c4c4f24fc61be8ab1066a1cf2cd38.tar.gz inkscape-9c027d82571c4c4f24fc61be8ab1066a1cf2cd38.zip | |
minor tweaks
(bzr r4014)
| -rw-r--r-- | build.xml | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -42,16 +42,25 @@ <!-- 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"/> + --> + <!-- |
