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 | |
parent | 639a7a73ae12008e502860a7dcc1ca140f2a2976 (diff) |
#100000# Don't link against uwinapi.lib (not available here).
-rw-r--r-- | soltools/cpp/makefile.mk | 6 | ||||
-rw-r--r-- | soltools/javadep/makefile.mk | 6 | ||||
-rw-r--r-- | soltools/mkdepend/makefile.mk | 6 |
3 files changed, 11 insertions, 7 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= \ diff --git a/soltools/javadep/makefile.mk b/soltools/javadep/makefile.mk index 514b63433a86..b1034e06e583 100644 --- a/soltools/javadep/makefile.mk +++ b/soltools/javadep/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hjs $ $Date: 2002-01-08 12:07:30 $ +# last change: $Author: rt $ $Date: 2002-12-11 14:00:22 $ # # 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 -------------------------------------------------------- APP1TARGET = javadep diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk index 919d80941e5d..ce6e157ea78c 100644 --- a/soltools/mkdepend/makefile.mk +++ b/soltools/mkdepend/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:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,7 @@ nodep=true .INCLUDE : settings.mk dot=. - +UWINAPILIB=$(0) CDEFS+=-DNO_X11 -DXP_PC -DHW_THREADS -DINCLUDEDIR=\".\" |