diff options
author | Rüdiger Timm <rt@openoffice.org> | 2002-12-11 12:22:35 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2002-12-11 12:22:35 +0000 |
commit | b0e1899fe23fc42a6cdd877794fba6fb7dbb96d4 (patch) | |
tree | e12262740030d3397560f3b7484a08a1b919700c /solenv/inc/wnt.mk | |
parent | a01f1894e7db08bf331f153a9aab18ff823729e0 (diff) |
#100000# Set UWINAPILIB only if not already set.
Diffstat (limited to 'solenv/inc/wnt.mk')
-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 |