diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-05-31 15:34:29 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-05-31 15:34:29 +0000 |
commit | 21c1ff7e61dee52eeca285d4a83d6c1c2657e46f (patch) | |
tree | 346a4c7634df7b9bac03df237c61e889411da7ca /cosv | |
parent | df57524f1f0bfa83539141f23788c8443140647f (diff) |
cosv needs RTTI, also on Linux
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/fullcpp.mk | 8 |
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 + |