summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+