summaryrefslogtreecommitdiff
path: root/cpputools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-01-14 10:39:11 +0000
committerKurt Zenker <kz@openoffice.org>2005-01-14 10:39:11 +0000
commit9cc315ad119397a68000b5329759dcd5944307e1 (patch)
treed78e195aa9219e1161981ba90e64ebd76a4f9057 /cpputools
parent7751566959d1a630aebe29437286c3774b55d61c (diff)
INTEGRATION: CWS ause015 (1.2.2); FILE MERGED
2005/01/06 13:32:23 hjs 1.2.2.1: #i39942# link stlport to get stdc++
Diffstat (limited to 'cpputools')
-rw-r--r--cpputools/source/sp2bv/makefile.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/cpputools/source/sp2bv/makefile.mk b/cpputools/source/sp2bv/makefile.mk
index 935e1a22ee9d..ab66a9b464dc 100644
--- a/cpputools/source/sp2bv/makefile.mk
+++ b/cpputools/source/sp2bv/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hr $ $Date: 2004-11-09 13:55:43 $
+# last change: $Author: kz $ $Date: 2005-01-14 11:39:11 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,7 +65,8 @@ PRJ=..$/..
PRJNAME=cpputools
TARGET=sp2bv
TARGETTYPE=CUI
-.IF "$(OS)"!="IRIX"
+.IF "$(OS)"!="IRIX" && "$(OS)" != "MACOSX"
+# hack to get stdc++ linked
NO_DEFAULT_STL=TRUE
.ENDIF
LIBTARGET=NO