From 715289706c00362b6b7a606c0d2591435112d49a Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien <hr@openoffice.org> Date: Thu, 9 Sep 2004 10:14:28 +0000 Subject: INTEGRATION: CWS ooo20040815 (1.16.6); FILE MERGED 2004/07/31 13:42:50 pjanik 1.16.6.1: #i29787#: Add support for 'delayload'. --- solenv/bin/guw.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'solenv/bin/guw.pl') diff --git a/solenv/bin/guw.pl b/solenv/bin/guw.pl index 3f898c98a7ad..00a575437c81 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.17 $ +# $Revision: 1.18 $ # -# last change: $Author: rt $ $Date: 2004-09-08 14:51:22 $ +# last change: $Author: hr $ $Date: 2004-09-09 11:14:28 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -84,7 +84,7 @@ use Text::ParseWords; 'link', [ 'BASE:', 'DEBUG', 'DLL', 'LIBPATH', 'MACHINE:', 'MAP', 'NODEFAULTLIB', 'OPT', 'PDB', 'RELEASE', 'SUBSYSTEM', 'STACK', 'out:', 'map:', 'ENTRY:', - 'implib:', 'def' ], + 'implib:', 'delayload:','def' ], 'regcomp', [ '-env:', 'vnd.sun.star.expand:' , 'vnd.openoffice.pymodule' ], 'regmerge', [ '/UCR' ] ); -- cgit