diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2010-03-14 17:11:21 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2010-03-14 17:11:21 +0000 |
| commit | 5b91e5c5e6012116aae7b39d3725101ca2885fe9 (patch) | |
| tree | a1672ff1e894e402e2449433bdc84736e0b24202 | |
| parent | change default windows build back to including inkview (diff) | |
| download | inkscape-5b91e5c5e6012116aae7b39d3725101ca2885fe9.tar.gz inkscape-5b91e5c5e6012116aae7b39d3725101ca2885fe9.zip | |
disable console output on windows per default, as this probably annoys many beta testers
(bzr r9189)
| -rwxr-xr-x | build.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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}"> |
