From 7fef3e8560075996381049ef452f6533077a2e43 Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Fri, 31 May 2002 15:35:02 +0000 Subject: udm needs RTTI, also on Linux --- udm/source/mkinc/fullcpp.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'udm/source/mkinc') 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 + -- cgit