diff options
-rw-r--r-- | solenv/inc/wnt.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk index 5808bf380cb2..b7b0c9302e2d 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -2,9 +2,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.43 $ +# $Revision: 1.44 $ # -# last change: $Author: hro $ $Date: 2002-12-10 16:27:59 $ +# last change: $Author: rt $ $Date: 2002-12-11 13:22:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -473,18 +473,18 @@ LINKFLAGSOPT= LIBCMT=msvcrt.lib LIBCIMT=msvcirt.lib OLDNAMES=oldnames.lib -UWINAPILIB=uwinapi.lib +UWINAPILIB*=uwinapi.lib .ELSE .IF "$(PRODUCT)"=="" LIBCMT=libcmt.lib LIBCIMT=libcimt.lib OLDNAMES=oldnames.lib -UWINAPILIB=uwinapi.lib +UWINAPILIB*=uwinapi.lib .ELSE LIBCMT=libcmt.lib LIBCIMT=libcimt.lib OLDNAMES=oldnames.lib -UWINAPILIB=uwinapi.lib +UWINAPILIB*=uwinapi.lib .ENDIF .ENDIF |