add flag TIMELOG
This commit is contained in:
parent
ee64f9bccd
commit
f4e26c835e
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: settings.mk,v $
|
||||
#
|
||||
# $Revision: 1.56 $
|
||||
# $Revision: 1.57 $
|
||||
#
|
||||
# last change: $Author: nf $ $Date: 2001-06-21 14:58:03 $
|
||||
# last change: $Author: kz $ $Date: 2001-07-09 15:15:57 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -1045,6 +1045,10 @@ PSPRINT=true
|
|||
.ENDIF
|
||||
.ENDIF
|
||||
|
||||
.IF "$(TIMELOG)" != ""
|
||||
CDEFS+=-DTIMELOG
|
||||
.ENDIF
|
||||
|
||||
#to be removed soon!!!
|
||||
.IF "$(TF_SVDATA)" != ""
|
||||
CDEFS+=-DTF_SVDATA
|
||||
|
|
Loading…
Reference in a new issue