diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:18:39 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:18:39 +0000 |
commit | f1b29740e003202c64f673680ea6d08d1f02c653 (patch) | |
tree | 3bbb5081d2896526ede83e5095bc4f02e43ea03e /xmlhelp/source | |
parent | 70b6bce45e30ba94d0183f9563ccc82be599e0ef (diff) |
INTEGRATION: CWS ooo20030412 (1.6.24); FILE MERGED
2003/03/28 11:18:58 waratah 1.6.24.1: 12442: Correct build under no-rtti and gcc 3.2
Diffstat (limited to 'xmlhelp/source')
-rw-r--r-- | xmlhelp/source/cxxhelp/qe/makefile.mk | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/makefile.mk b/xmlhelp/source/cxxhelp/qe/makefile.mk index 4360c1077145..8e71e507c4eb 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.6 $ +# $Revision: 1.7 $ # -# last change: $Author: hjs $ $Date: 2002-09-09 11:14:40 $ +# last change: $Author: hr $ $Date: 2003-04-28 16:18:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,10 +76,6 @@ ENABLE_EXCEPTIONS=TRUE CFLAGS+=-GR .ENDIF -.IF "$(COM)"=="GCC" -CFLAGSCXX+=-frtti -.ENDIF - SLOFILES=\ $(SLO)$/ConceptData.obj \ $(SLO)$/ContextTables.obj \ |