summaryrefslogtreecommitdiff
path: root/xmlhelp/util
diff options
context:
space:
mode:
authorAndreas Bille <abi@openoffice.org>2001-11-23 12:59:19 +0000
committerAndreas Bille <abi@openoffice.org>2001-11-23 12:59:19 +0000
commite1646f8563f05a1f1869767e380121d6e9f4ec6e (patch)
tree078180718cf1be6bb791472f333e81c1040618a8 /xmlhelp/util
parente26e167837c059e277793d68ed1e546a85813642 (diff)
Adding rtti-support, which was previously the default
Diffstat (limited to 'xmlhelp/util')
-rw-r--r--xmlhelp/util/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/util/makefile.mk b/xmlhelp/util/makefile.mk
index 8f2a96d3bad4..b1282c3601b8 100644
--- a/xmlhelp/util/makefile.mk
+++ b/xmlhelp/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: abi $ $Date: 2001-06-13 16:24:24 $
+# last change: $Author: abi $ $Date: 2001-11-23 13:59:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -79,6 +79,9 @@ NO_BSYMBOLIC=TRUE
.IF "$(GUI)"=="WNT"
CFLAGS+=/GR
.ENDIF
+.IF "$(COM)"=="GCC"
+CFLAGSCXX+=-frtti
+.ENDIF
.IF "$(SABLOT3RDLIB)"==""
.IF "$(GUI)"=="UNX"