diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-18 11:47:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-18 11:47:38 +0000 |
commit | 9a129a649ad7b8380d4c764d6d4ea7dd5c9003a0 (patch) | |
tree | 9ade899f036a4f8d04014c74d4a1d888322480cc /soltools/ldump/makefile.mk | |
parent | 4397c6150f8bce263d62d93180d83d39059e081f (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'soltools/ldump/makefile.mk')
-rw-r--r-- | soltools/ldump/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/soltools/ldump/makefile.mk b/soltools/ldump/makefile.mk index 6aacc9cd9311..6c5e3489fbc6 100644 --- a/soltools/ldump/makefile.mk +++ b/soltools/ldump/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: hr $ $Date: 2002-02-22 10:20:06 $ +# last change: $Author: hr $ $Date: 2003-03-18 12:47:37 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,13 +65,15 @@ PRJ=.. PRJNAME=ldump TARGET=ldump TARGETTYPE=CUI -NO_DEFAULT_STL=TRUE # --- Settings ----------------------------------------------------- .INCLUDE : $(PRJ)$/util$/makefile.pmk .INCLUDE : settings.mk +UWINAPILIB=$(0) +LIBSALCPPRT=$(0) + # --- Files -------------------------------------------------------- # ldump only supports windows environment |