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:
parent
5fbc6fe490
commit
99b72ebb0e
1 changed files with 6 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $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
|
||||
# either of the following licenses
|
||||
|
@ -72,6 +72,10 @@ TVHLP_MAJOR=1
|
|||
|
||||
.INCLUDE: settings.mk
|
||||
|
||||
.IF "$(SYSTEM_EXPAT)" == "YES"
|
||||
CFLAGS+=-DSYSTEM_EXPAT
|
||||
.ENDIF
|
||||
|
||||
SLOFILES=\
|
||||
$(SLO)$/tvfactory.obj \
|
||||
$(SLO)$/tvread.obj
|
||||
|
|
Loading…
Reference in a new issue