diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:20:47 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 08:20:47 +0000 |
commit | 9e444650996dc6000675a2fd44121c4029e105ef (patch) | |
tree | c58a5723a7840e87973763b74d08c0af9b352962 /soltools/cpp | |
parent | 1f3c48f6c14caa629e6a234ba11a239af41f28b5 (diff) |
INTEGRATION: CWS ause076 (1.9.56); FILE MERGED
2007/03/01 16:54:16 hjs 1.9.56.1: #i75028# kick obsolete settings
Diffstat (limited to 'soltools/cpp')
-rw-r--r-- | soltools/cpp/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/soltools/cpp/makefile.mk b/soltools/cpp/makefile.mk index 672ae3d5dac5..a8761d5c5779 100644 --- a/soltools/cpp/makefile.mk +++ b/soltools/cpp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-08 07:23:35 $ +# last change: $Author: obo $ $Date: 2007-03-09 09:20:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,7 +38,6 @@ PRJ=.. PRJNAME=soltools TARGET=cpp TARGETTYPE=CUI -TARGETTHREAD=ST NO_DEFAULT_STL=TRUE # --- Settings ----------------------------------------------------- @@ -65,7 +64,6 @@ OBJFILES= \ APP1TARGET = $(TARGET) APP1STACK = 1000000 -#APP1STDLIBS = $(STDLIBCUIMT) APP1LIBS = $(LB)$/$(TARGET).lib APP1DEPN = $(LB)$/$(TARGET).lib |