Updated demo library to include BVLC file and functionality.

This commit is contained in:
skarg
2008-01-20 21:34:40 +00:00
parent e951f5ab0d
commit f92a6b10f0
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -110,6 +110,7 @@ PORT_SRC = \
$(BACNET_PORT)/rs485.c \
$(BACNET_CORE)/mstp.c \
$(BACNET_CORE)/crc.c \
$(BACNET_CORE)/bvlc.c \
$(BACNET_CORE)/bip.c
SRCS = ${CORE_SRC} ${PORT_SRC} ${HANDLER_SRC} ${OBJECT_SRC}
+3
View File
@@ -281,6 +281,9 @@
<Unit filename="..\src\bip.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\bvlc.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="..\src\cov.c">
<Option compilerVar="CC" />
</Unit>
+1
View File
@@ -115,6 +115,7 @@ PORT_SRC = $(BACNET_PORT)\bip-init.c \
$(BACNET_PORT)\rs485.c \
$(BACNET_CORE)\mstp.c \
$(BACNET_CORE)\crc.c \
$(BACNET_CORE)\bvlc.c \
$(BACNET_CORE)\bip.c
CORE1_OBJ = ${CORE1_SRC:.c=.obj}