From 820678c87a662472fa2d4baf7a7238d79ca917f6 Mon Sep 17 00:00:00 2001 From: Johan Engelen Date: Sun, 14 Mar 2010 18:11:21 +0100 Subject: [PATCH] disable console output on windows per default, as this probably annoys many beta testers --- 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 -- 2.30.2