summaryrefslogtreecommitdiff
path: root/udm
diff options
context:
space:
mode:
authorNikolai Pretzell <np@openoffice.org>2002-05-31 15:35:02 +0000
committerNikolai Pretzell <np@openoffice.org>2002-05-31 15:35:02 +0000
commit7fef3e8560075996381049ef452f6533077a2e43 (patch)
tree61c989c5cdb2c0cdf89d956a0af5002870cde74d /udm
parent21c1ff7e61dee52eeca285d4a83d6c1c2657e46f (diff)
udm needs RTTI, also on Linux
Diffstat (limited to 'udm')
-rw-r--r--udm/source/mkinc/fullcpp.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/udm/source/mkinc/fullcpp.mk b/udm/source/mkinc/fullcpp.mk
index b3e9dabe3db8..d297d22a8d95 100644
--- a/udm/source/mkinc/fullcpp.mk
+++ b/udm/source/mkinc/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:32:37 $
+# last change: $Author: np $ $Date: 2002-05-31 16:35:02 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -89,3 +89,7 @@ CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBU
.ENDIF
+.IF "$(OS)"=="LINUX"
+CFLAGSCXX+= -frtti
+.ENDIF
+