Modified the Borland compiler build to use a library for all the demos.

This commit is contained in:
skarg
2007-08-24 00:31:38 +00:00
parent e28c120a7f
commit 34f090598d
14 changed files with 599 additions and 929 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ PORT_SRC = \
$(BACNET_ROOT)/crc.c \
$(BACNET_ROOT)/bip.c
SRCS = ${CORE_SRC} ${DEMO_SRC} ${PORT_SRC} ${HANDLER_SRC} ${OBJECT_SRC}
SRCS = ${CORE_SRC} ${PORT_SRC} ${HANDLER_SRC} ${OBJECT_SRC}
OBJS = ${SRCS:.c=.o}