From 5b91e5c5e6012116aae7b39d3725101ca2885fe9 Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Sun, 14 Mar 2010 18:11:21 +0100 Subject: disable console output on windows per default, as this probably annoys many beta testers (bzr r9189) --- build.xml | 2 ++ 1 file changed, 2 insertions(+) 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"> + -mwindows -mthreads @@ -535,6 +536,7 @@ stripcommand="${archutil}strip" objcopycommand="${archutil}objcopy"> + -mwindows -mthreads -- cgit v1.2.3