Updated makefiles and build scripts for Borland tools.

This commit is contained in:
skarg
2008-08-14 16:35:26 +00:00
parent 1142eb7202
commit 2328f0fe59
21 changed files with 78 additions and 103 deletions
+3 -4
View File
@@ -19,8 +19,7 @@ TLIB = $(BORLAND_DIR)\bin\tlib
MAKE = $(BORLAND_DIR)\bin\make
BACNET_DEFINES = -DPRINT_ENABLED=1 -DBACFILE -DBACAPP_ALL
#BACDL_DEFINE=-DBACDL_MSTP -DCRC_USE_TABLE
#BACDL_DEFINE=-DBACDL_BIP
BACDL_DEFINE=-DBACDL_BIP=1 -DUSE_INADDR=1
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)
# directories
@@ -112,10 +111,10 @@ OBJECT_SRC = $(BACNET_OBJECT)\device.c \
$(BACNET_OBJECT)\bacfile.c
PORT_SRC = $(BACNET_PORT)\bip-init.c \
$(BACNET_PORT)\dlmstp.c \
$(BACNET_PORT)\rs485.c \
$(BACNET_CORE)\mstp.c \
$(BACNET_PORT)\dlmstp.c \
$(BACNET_CORE)\crc.c \
$(BACNET_CORE)\mstp.c \
$(BACNET_CORE)\bvlc.c \
$(BACNET_CORE)\bip.c