diff options
Diffstat (limited to 'xmlhelp/source/cxxhelp/util/makefile.mk')
-rw-r--r-- | xmlhelp/source/cxxhelp/util/makefile.mk | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/util/makefile.mk b/xmlhelp/source/cxxhelp/util/makefile.mk index c9d27cb86699..afafcae8a84c 100644 --- a/xmlhelp/source/cxxhelp/util/makefile.mk +++ b/xmlhelp/source/cxxhelp/util/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:05:06 $ +# last change: $Author: abi $ $Date: 2001-05-10 15:25:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,18 +70,15 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk -# --- Files -------------------------------------------------------- - -.IF "$(header)" == "" +.IF "$(GUI)"=="WNT" +CFLAGS+=/GR +.ENDIF SLOFILES=\ $(SLO)$/Decompressor.obj \ $(SLO)$/IndexAccessor.obj -.ENDIF # --- Targets ------------------------------------------------------ |