From 1dc8c7bc0d48de4f5163eb2db9895bebd216f5ce Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 12 Jun 2003 08:47:27 +0000 Subject: [PATCH] INTEGRATION: CWS mh11rc (1.7.32); FILE MERGED 2003/06/06 09:53:12 mh 1.7.32.1: join: from beta2 --- sal/systools/win32/uwinapi/makefile.mk | 11 ++++++++--- 1 file 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\