summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 1217f736d..884324907 100755
--- a/build.xml
+++ b/build.xml
@@ -31,7 +31,7 @@
## P R O J E C T : I N K S C A P E
########################################################################
-->
-<project name="Inkscape" default="dist-inkscape" basedir=".">
+<project name="Inkscape" default="dist-all" basedir=".">
<description>
Build file for the Inkscape SVG editor. This file
was written for GTK-2.10 on Win32, but it should work
@@ -344,7 +344,6 @@
-O2
-mms-bitfields
-fopenmp
- -march=native
</flags>
<defines>
-DVERSION=\"${version}\"
@@ -452,6 +451,7 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
+ -mwindows
-mthreads
</flags>
<fileset dir="${build}">
@@ -524,6 +524,7 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
+ -mwindows
-mthreads
</flags>
<fileset dir="${build}">