Modified the Borland compiler build to use a library for all the demos.
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user