diff options
author | Rüdiger Timm <rt@openoffice.org> | 2002-12-11 13:00:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2002-12-11 13:00:23 +0000 |
commit | c95ce24aefbc903f4b62e8c6b5d2250ea910672d (patch) | |
tree | 8725d72ec04d7ffe822c0e6153bce482900f892a /soltools/cpp | |
parent | 639a7a73ae12008e502860a7dcc1ca140f2a2976 (diff) |
#100000# Don't link against uwinapi.lib (not available here).
Diffstat (limited to 'soltools/cpp')
-rw-r--r-- | soltools/cpp/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk index e69f21e1e455..2d5a12df01f0 100644 --- a/soltools/cpp/makefile.mk +++ b/soltools/cpp/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $ +# last change: $Author: rt $ $Date: 2002-12-11 14:00:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,6 +73,8 @@ NO_DEFAULT_STL=TRUE .INCLUDE : $(PRJ)$/util$/makefile.pmk .INCLUDE : settings.mk +UWINAPILIB=$(0) + # --- Files -------------------------------------------------------- OBJFILES= \ |