summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Fuhrmann <nf@openoffice.org>2001-04-19 07:59:36 +0000
committerNils Fuhrmann <nf@openoffice.org>2001-04-19 07:59:36 +0000
commitbdeacd7dc7636fbe3a48ff377ce0fa6b73168c13 (patch)
tree1b85aa05f51f33ec99743e63e7ab858536a5571b
parent4f4b74153d27a9579c49b225b2690e7f9416fe78 (diff)
Removed usage of stl
-rw-r--r--soltools/cpp/makefile.mk3
-rw-r--r--soltools/mkdepend/makefile.mk6
2 files changed, 5 insertions, 4 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk
index 35da850ba949..754d9190cebd 100644
--- a/soltools/cpp/makefile.mk
+++ b/soltools/cpp/makefile.mk
@@ -9,6 +9,7 @@ PRJ=..
PRJNAME=soltools
TARGET=cpp
TARGETTYPE=CUI
+NO_DEFAULT_STL=TRUE
# --- Settings -----------------------------------------------------
@@ -31,7 +32,7 @@ OBJFILES= \
APP1TARGET = $(TARGET)
APP1STACK = 1000000
APP1OBJS = $(OBJ)$/_cpp.obj
-APP1STDLIBS = $(STDLIBCUIMT)
+#APP1STDLIBS = $(STDLIBCUIMT)
APP1LIBS = $(LB)$/$(TARGET).lib
APP1DEPN = $(LB)$/$(TARGET).lib
diff --git a/soltools/mkdepend/makefile.mk b/soltools/mkdepend/makefile.mk
index 1a38b42f1c4d..25ace974384f 100644
--- a/soltools/mkdepend/makefile.mk
+++ b/soltools/mkdepend/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: nf $ $Date: 2001-04-18 09:50:16 $
+# last change: $Author: nf $ $Date: 2001-04-19 08:59:36 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,7 +85,7 @@ OBJFILES= \
APP1TARGET=makedepend
APP1OBJS=$(OBJFILES)
-APP1STDLIBS=$(LIBSTLPORTST)
+#APP1STDLIBS=$(LIBSTLPORTST)
.IF "$(OS)"=="MACOSX"
NOSHAREDSTATICLIB=TRUE