summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-03-14 17:11:21 +0000
committerJohan Engelen <goejendaagh@zonnet.nl>2010-03-14 17:11:21 +0000
commit5b91e5c5e6012116aae7b39d3725101ca2885fe9 (patch)
treea1672ff1e894e402e2449433bdc84736e0b24202
parentchange default windows build back to including inkview (diff)
downloadinkscape-5b91e5c5e6012116aae7b39d3725101ca2885fe9.tar.gz
inkscape-5b91e5c5e6012116aae7b39d3725101ca2885fe9.zip
disable console output on windows per default, as this probably annoys many beta testers
(bzr r9189)
-rwxr-xr-xbuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 4b8bfb141..4fca72b66 100755
--- a/build.xml
+++ b/build.xml
@@ -480,6 +480,7 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
+ -mwindows
-mthreads
</flags>
<fileset dir="${build}">
@@ -535,6 +536,7 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
+ -mwindows
-mthreads
</flags>
<fileset dir="${build}">