diff options
author | Andreas Bille <abi@openoffice.org> | 2001-06-13 15:26:36 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2001-06-13 15:26:36 +0000 |
commit | acaaa79b6223a7b564855e17bd86ec6f38846834 (patch) | |
tree | 0feef1be79e1d6884a3a51ff8e713f2ff42651e8 /xmlhelp/source/cxxhelp/util | |
parent | a5f09c21e214e7a258a11d94655f6ffb236b9404 (diff) |
Now Solaris and Linux also
Diffstat (limited to 'xmlhelp/source/cxxhelp/util')
-rw-r--r-- | xmlhelp/source/cxxhelp/util/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
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 |