INTEGRATION: CWS ooo20040704 (1.4.118); FILE MERGED

2004/06/28 10:37:29 cmc 1.4.118.1: #i30801 allow using system libs if possible
This commit is contained in:
Rüdiger Timm 2004-09-08 15:14:58 +00:00
parent 5fbc6fe490
commit 99b72ebb0e

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.4 $ # $Revision: 1.5 $
# #
# last change: $Author: rt $ $Date: 2001-07-18 10:30:44 $ # last change: $Author: rt $ $Date: 2004-09-08 16:14:58 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -72,6 +72,10 @@ TVHLP_MAJOR=1
.INCLUDE: settings.mk .INCLUDE: settings.mk
.IF "$(SYSTEM_EXPAT)" == "YES"
CFLAGS+=-DSYSTEM_EXPAT
.ENDIF
SLOFILES=\ SLOFILES=\
$(SLO)$/tvfactory.obj \ $(SLO)$/tvfactory.obj \
$(SLO)$/tvread.obj $(SLO)$/tvread.obj