Kaydet (Commit) 7fef3e85 authored tarafından Nikolai Pretzell's avatar Nikolai Pretzell

udm needs RTTI, also on Linux

üst 21c1ff7e
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: fullcpp.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -89,3 +89,7 @@ CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBU ...@@ -89,3 +89,7 @@ CFLAGS+= -YX"precomp.h" /Fp$(PRJ)$/$(INPATH)$/misc$/$(PCH_NAME).pcd -DNP_LOCALBU
.ENDIF .ENDIF
.IF "$(OS)"=="LINUX"
CFLAGSCXX+= -frtti
.ENDIF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment