diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-02-28 15:17:13 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-02-28 15:17:13 +0000 |
commit | 9d363f73642d2bd5e8ba9c42d0cc1a8e8825d6c0 (patch) | |
tree | 094b797f02b8b41842adb19e71711fa686205b14 /rsc/source | |
parent | f9473389dedf31502be16ad93ed21c535e546329 (diff) |
INTEGRATION: CWS hr17 (1.5.4); FILE MERGED
2005/10/07 11:31:48 hr 1.5.4.1: #i54178#: don't link STL to rscpp
Diffstat (limited to 'rsc/source')
-rw-r--r-- | rsc/source/rscpp/makefile.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rsc/source/rscpp/makefile.mk b/rsc/source/rscpp/makefile.mk index b5dd908a1227..0fa5441dd680 100644 --- a/rsc/source/rscpp/makefile.mk +++ b/rsc/source/rscpp/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: rt $ $Date: 2005-09-08 14:00:27 $ +# last change: $Author: kz $ $Date: 2006-02-28 16:17:13 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -36,6 +36,7 @@ PRJ=..$/.. TARGETTYPE=CUI TARGETTHREAD=ST +NO_DEFAULT_STL=TRUE PRJNAME=rsc TARGET=rscpp |