diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/qe/makefile.mk')
-rw-r--r-- | xmlhelp/source/cxxhelp/qe/makefile.mk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/qe/makefile.mk b/xmlhelp/source/cxxhelp/qe/makefile.mk index dfc51d4cae06..fad55953e3be 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.1 $ +# $Revision: 1.2 $ # -# last change: $Author: abi $ $Date: 2001-05-08 12:02:45 $ +# last change: $Author: abi $ $Date: 2001-05-10 15:25:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,13 +70,11 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk -# --- Files -------------------------------------------------------- - -.IF "$(header)" == "" +.IF "$(GUI)"=="WNT" +CFLAGS+=/GR +.ENDIF SLOFILES=\ $(SLO)$/ConceptData.obj \ @@ -86,7 +84,6 @@ SLOFILES=\ $(SLO)$/QueryProcessor.obj \ $(SLO)$/Search.obj \ $(SLO)$/XmlIndex.obj -.ENDIF # --- Targets ------------------------------------------------------ |