summaryrefslogtreecommitdiff
path: root/cosv/source
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-05-31 15:34:29 +0000
committerNikolai Pretzell <np@openoffice.org>2002-05-31 15:34:29 +0000
commit21c1ff7e61dee52eeca285d4a83d6c1c2657e46f (patch)
tree346a4c7634df7b9bac03df237c61e889411da7ca /cosv/source
parentdf57524f1f0bfa83539141f23788c8443140647f (diff)
cosv needs RTTI, also on Linux
Diffstat (limited to 'cosv/source')
-rw-r--r--cosv/source/fullcpp.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/cosv/source/fullcpp.mk b/cosv/source/fullcpp.mk
index f22e55dc17ed..e3c5a5d6d300 100644
--- a/cosv/source/fullcpp.mk
+++ b/cosv/source/fullcpp.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: fullcpp.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: np $ $Date: 2002-03-08 14:25:39 $
+# last change: $Author: np $ $Date: 2002-05-31 16:34:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -85,3 +85,7 @@ CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBU
.ENDIF
+.IF "$(OS)"=="LINUX"
+CFLAGSCXX+= -frtti
+.ENDIF
+