removed precompiled header entry

This commit is contained in:
Ocke Janssen 2001-05-08 11:12:04 +00:00
parent fadb7ba167
commit 76faaa736b

View file

@ -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