diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 13:51:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 13:51:22 +0000 |
commit | c50c76adc10b1bb22c476a0e4b901b86458e2726 (patch) | |
tree | 023ebb8ebdfae7178040ea441b46dbdcb4147ffb /solenv | |
parent | 52cbd643334547eeb8da77f1938f57251d059205 (diff) |
INTEGRATION: CWS ooo20040704 (1.15.4); FILE MERGED
2004/08/09 14:52:10 vg 1.15.4.2: RESYNC MERGED 1.15 1.16
Everything below this line will be added to the revision comment.
2004/06/29 19:55:19 vq 1.15.4.1: #i30457# Add '-Z' to exceptionlist of cl in guw.pl.
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/guw.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/guw.pl b/solenv/bin/guw.pl index 5df6a5beb53d..3f898c98a7ad 100755 --- a/solenv/bin/guw.pl +++ b/solenv/bin/guw.pl @@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}' # # $RCSfile: guw.pl,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: rt $ $Date: 2004-07-13 16:38:50 $ +# last change: $Author: rt $ $Date: 2004-09-08 14:51:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,7 +78,7 @@ use Text::ParseWords; #--------------------------------------------------------------------------- # Define known parameter exceptions %knownpara = ( 'echo', [ '/TEST', 'QQQ', 'CCC' ], - 'cl', [ '-clr:' ], + 'cl', [ '-clr:', '-Z' ], 'csc', [ '-target:', '-out:', '-reference:' ], 'lib', [ 'OUT:', 'EXTRACT:','out:', 'def:', 'machine:' ], 'link', [ 'BASE:', 'DEBUG', 'DLL', 'LIBPATH', 'MACHINE:', |