diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:47:27 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-12 08:47:27 +0000 |
commit | 1dc8c7bc0d48de4f5163eb2db9895bebd216f5ce (patch) | |
tree | b7b5b5e7a314a769414b31e37d34e3c21d00e225 /sal/systools | |
parent | 21300e17be63d22b4ce6941d58b7fa1408e9f9b9 (diff) |
INTEGRATION: CWS mh11rc (1.7.32); FILE MERGED
2003/06/06 09:53:12 mh 1.7.32.1: join: from beta2
Diffstat (limited to 'sal/systools')
-rw-r--r-- | sal/systools/win32/uwinapi/makefile.mk | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sal/systools/win32/uwinapi/makefile.mk b/sal/systools/win32/uwinapi/makefile.mk index 07e04bb8d276..495173c88ecb 100644 --- a/sal/systools/win32/uwinapi/makefile.mk +++ b/sal/systools/win32/uwinapi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2003-04-08 15:54:06 $ +# last change: $Author: vg $ $Date: 2003-06-12 09:47:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,7 +76,12 @@ LIBTARGET=NO .IF "$(GUI)"=="WNT" - +.IF "$(COMEX)"=="9" +.IF "$(PSDK_HOME)"!="" +# Since the 02/2003 PSDK the "new" linker is needed here. +LINK=$(WRAPCMD) "$(PSDK_HOME)$/Bin$/Win64$/LINK.EXE" +.ENDIF +.ENDIF SLOFILES=\ $(SLO)$/CommandLineToArgvW.obj\ |