summaryrefslogtreecommitdiffstats
path: root/xmlhelp/source/cxxhelp/qe/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'xmlhelp/source/cxxhelp/qe/makefile.mk')
-rw-r--r--xmlhelp/source/cxxhelp/qe/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/makefile.mk b/xmlhelp/source/cxxhelp/qe/makefile.mk
index 01f93be50b54..99c9573daad8 100644
--- a/xmlhelp/source/cxxhelp/qe/makefile.mk
+++ b/xmlhelp/source/cxxhelp/qe/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: abi $ $Date: 2001-06-13 16:26:35 $
+# last change: $Author: abi $ $Date: 2001-11-23 13:54:35 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -76,6 +76,10 @@ ENABLE_EXCEPTIONS=TRUE
CFLAGS+=/GR
.ENDIF
+.IF "$(COM)"=="GCC"
+CFLAGSCXX+=-frtti
+.ENDIF
+
SLOFILES=\
$(SLO)$/ConceptData.obj \
$(SLO)$/ContextTables.obj \