summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/version.mk13
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
-