Updated demo library to include BVLC file and functionality.
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user