Kaydet (Commit) 99b72ebb authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst 5fbc6fe4
...@@ -2,9 +2,9 @@ ...@@ -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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment