diff options
author | Andreas Bille <abi@openoffice.org> | 2001-05-10 14:25:10 +0000 |
---|---|---|
committer | Andreas Bille <abi@openoffice.org> | 2001-05-10 14:25:10 +0000 |
commit | f796ed6d917eb9aecaf2d832df8ea459bcd41de9 (patch) | |
tree | 7f6f951b5d8128de02f9313a7452c2c6510be5cf /xmlhelp/source/cxxhelp/db/makefile.mk | |
parent | 11f9aa4fcb2ad0a5fada8561c7041e7f25a059fc (diff) |
*** empty log message ***
Diffstat (limited to 'xmlhelp/source/cxxhelp/db/makefile.mk')
-rw-r--r-- | xmlhelp/source/cxxhelp/db/makefile.mk | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/xmlhelp/source/cxxhelp/db/makefile.mk b/xmlhelp/source/cxxhelp/db/makefile.mk index 6fb299cd7c4c..7e1afad662c8 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.1 $ +# $Revision: 1.2 $ # -# last change: $Author: abi $ $Date: 2001-05-08 11:54:54 $ +# last change: $Author: abi $ $Date: 2001-05-10 15:25:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -70,20 +70,19 @@ ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk -# --- Files -------------------------------------------------------- +.IF "$(GUI)"=="WNT" +CFLAGS+=/GR +.ENDIF -.IF "$(header)" == "" +# --- Files -------------------------------------------------------- SLOFILES=\ $(SLO)$/Block.obj \ $(SLO)$/BlockManager.obj \ $(SLO)$/BtreeDict.obj \ $(SLO)$/Schema.obj -.ENDIF # --- Targets ------------------------------------------------------ |