diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-05-08 11:12:04 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-05-08 11:12:04 +0000 |
commit | 76faaa736ba2a5239d895a73d20e39dd6d290917 (patch) | |
tree | e5d95cb3147cb34497215cb56467eaf5b5a95028 /connectivity/version.mk | |
parent | fadb7ba1678720ca3dd06869063ccc0a7e97cdc0 (diff) |
removed precompiled header entry
Diffstat (limited to 'connectivity/version.mk')
-rw-r--r-- | connectivity/version.mk | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/connectivity/version.mk b/connectivity/version.mk index b948a585cb6d..898ace0aa893 100644 --- a/connectivity/version.mk +++ b/connectivity/version.mk @@ -2,9 +2,9 @@ # # $RCSfile: version.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: oj $ $Date: 2001-04-26 10:34:28 $ +# last change: $Author: oj $ $Date: 2001-05-08 12:12:04 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -188,14 +188,5 @@ DBASE_CPP=1 DBASE=$(DBASE_TARGET_TARGET)_$(CMPEXT) -# --------------------------- Precompiled header files -------------------------- # -PROJECTPCH=pch -PDBTARGET=pch -PROJECTPCHSOURCE=$(PRJ)$/source$/types$/pch -PROJECTPCH4DLL=TRUE -.IF "$(prjpch)" != "" -CDEFS+=-DPRECOMPILED -.ENDIF - |