Code

disable console output on windows per default, as this probably annoys many beta...
authorJohan Engelen <goejendaagh@zonnet.nl>
Sun, 14 Mar 2010 17:11:21 +0000 (18:11 +0100)
committerJohan Engelen <goejendaagh@zonnet.nl>
Sun, 14 Mar 2010 17:11:21 +0000 (18:11 +0100)
build.xml

index 4b8bfb141e9f0f1c819d60fdc98fc3063907022e..4fca72b66af6e7f930c68faef4e37c65d89bb9f0 100755 (executable)
--- a/build.xml
+++ b/build.xml
               stripcommand="${archutil}strip"
               objcopycommand="${archutil}objcopy">
        <flags>
+           -mwindows
            -mthreads
        </flags>
        <fileset dir="${build}">
               stripcommand="${archutil}strip"
               objcopycommand="${archutil}objcopy">
        <flags>
+           -mwindows
            -mthreads
        </flags>
        <fileset dir="${build}">