diff options
-rw-r--r-- | xmlhelp/source/cxxhelp/db/makefile.mk | 7 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/makefile.mk | 6 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/qe/makefile.mk | 6 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/util/makefile.mk | 6 |
4 files changed, 12 insertions, 13 deletions
diff --git a/xmlhelp/source/cxxhelp/db/makefile.mk b/xmlhelp/source/cxxhelp/db/makefile.mk index 14f605e222a4..6b2d81ff1652 100644 --- a/xmlhelp/source/cxxhelp/db/makefile.mk +++ b/xmlhelp/source/cxxhelp/db/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: abi $ $Date: 2001-06-08 08:53:55 $ +# last change: $Author: abi $ $Date: 2001-06-13 16:26:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ ENABLE_EXCEPTIONS=TRUE .IF "$(GUI)"=="WNT" CFLAGS+=/GR +.ENDIF # --- Files -------------------------------------------------------- @@ -85,7 +86,5 @@ SLOFILES=\ # --- Targets ------------------------------------------------------ -.ENDIF - .INCLUDE : target.mk diff --git a/xmlhelp/source/cxxhelp/provider/makefile.mk b/xmlhelp/source/cxxhelp/provider/makefile.mk index 4f8dea4137aa..01f5e93f691e 100644 --- a/xmlhelp/source/cxxhelp/provider/makefile.mk +++ b/xmlhelp/source/cxxhelp/provider/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: abi $ $Date: 2001-06-08 08:53:55 $ +# last change: $Author: abi $ $Date: 2001-06-13 16:26:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,6 +77,7 @@ CFLAGS += -DHAVE_EXPAT_H .IF "$(GUI)"=="WNT" CFLAGS+=/GR +.ENDIF # --- General ----------------------------------------------------- @@ -93,7 +94,6 @@ SLOFILES=\ $(SLO)$/databases.obj # --- Targets ---------------------------------------------------------- -.ENDIF .INCLUDE: target.mk diff --git a/xmlhelp/source/cxxhelp/qe/makefile.mk b/xmlhelp/source/cxxhelp/qe/makefile.mk index 8685287a9956..01f93be50b54 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.3 $ +# $Revision: 1.4 $ # -# last change: $Author: abi $ $Date: 2001-06-08 08:53:56 $ +# last change: $Author: abi $ $Date: 2001-06-13 16:26:35 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,6 +74,7 @@ ENABLE_EXCEPTIONS=TRUE .IF "$(GUI)"=="WNT" CFLAGS+=/GR +.ENDIF SLOFILES=\ $(SLO)$/ConceptData.obj \ @@ -85,7 +86,6 @@ SLOFILES=\ $(SLO)$/XmlIndex.obj # --- Targets ------------------------------------------------------ -.ENDIF .INCLUDE : target.mk diff --git a/xmlhelp/source/cxxhelp/util/makefile.mk b/xmlhelp/source/cxxhelp/util/makefile.mk index 6170976fb26f..33a564376ef1 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.3 $ +# $Revision: 1.4 $ # -# last change: $Author: abi $ $Date: 2001-06-08 08:53:56 $ +# last change: $Author: abi $ $Date: 2001-06-13 16:26:36 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -74,13 +74,13 @@ ENABLE_EXCEPTIONS=TRUE .IF "$(GUI)"=="WNT" CFLAGS+=/GR +.ENDIF SLOFILES=\ $(SLO)$/Decompressor.obj \ $(SLO)$/IndexAccessor.obj # --- Targets ------------------------------------------------------ -.ENDIF .INCLUDE : target.mk |