summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-06-19 21:03:00 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-06-19 21:03:00 +0000
commitd9daa532f899f9076974a53a9a8f0ff17866b564 (patch)
tree2de03a19ba611bf69456ba571db9f395e276382f
parentFix a crash where the canvas does not have a valid main element (diff)
downloadinkscape-d9daa532f899f9076974a53a9a8f0ff17866b564.tar.gz
inkscape-d9daa532f899f9076974a53a9a8f0ff17866b564.zip
release without console window per default
(bzr r13434)
-rw-r--r--build-x64.xml4
-rw-r--r--build.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/build-x64.xml b/build-x64.xml
index 117c8ea41..9d1e4ab7d 100644
--- a/build-x64.xml
+++ b/build-x64.xml
@@ -461,7 +461,7 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mconsole -m64
+ -mwindows -m64
-mthreads
</flags>
<fileset dir="${build}/obj">
@@ -548,7 +548,7 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mconsole -m64
+ -mwindows -m64
-mthreads
</flags>
<fileset dir="${build}/obj">
diff --git a/build.xml b/build.xml
index 743151660..ce27f8bb8 100644
--- a/build.xml
+++ b/build.xml
@@ -453,7 +453,7 @@
stripcommand="${archutil}strip"
objcopycommand="${archutil}objcopy">
<flags>
- -mconsole
+ -mwindows
-mthreads
</flags>
<fileset dir="${build}/obj">