diff options
author | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 15:17:29 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2003-12-01 15:17:29 +0000 |
commit | 860dcc1354d65e39a847d6ae67ff84daa415452b (patch) | |
tree | bb3f9a884ef33b7becb4aa94385cea7cb19ef1d4 /solenv/bin/guw.pl | |
parent | d1d4e98506b2da911c44cf404894515e858b0184 (diff) |
INTEGRATION: CWS ooo20031110 (1.11.40); FILE MERGED
2003/10/20 14:49:39 vq 1.11.40.2: #21441 Add a missing $(WRAPCMD) and teach guw.pl some special csc switches.
2003/10/20 07:21:29 vq 1.11.40.1: #21441 Add switch exception to guw.pl, needed for .NET-tcsh builds.
Diffstat (limited to 'solenv/bin/guw.pl')
-rwxr-xr-x | solenv/bin/guw.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/bin/guw.pl b/solenv/bin/guw.pl index bcae79c8bde1..a48cf4d7ea60 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.11 $ +# $Revision: 1.12 $ # -# last change: $Author: vg $ $Date: 2003-07-02 13:42:49 $ +# last change: $Author: rt $ $Date: 2003-12-01 16:17:29 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -78,6 +78,8 @@ use Text::ParseWords; #--------------------------------------------------------------------------- # Define known parameter exceptions %knownpara = ( 'echo', [ '/TEST', 'QQQ', 'CCC' ], + 'cl', [ '-clr:' ], + 'csc', [ '-target:', '-out:', '-reference:' ], 'lib', [ 'OUT:', 'EXTRACT:','out:', 'def:', 'machine:' ], 'link', [ 'BASE:', 'DEBUG', 'DLL', 'LIBPATH', 'MACHINE:', 'MAP', 'NODEFAULTLIB', 'OPT', 'PDB', 'RELEASE', |