Added version.c to demos.

This commit is contained in:
skarg
2007-08-14 16:00:16 +00:00
parent 1b9a00e238
commit fe7b8c0459
22 changed files with 50 additions and 21 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ SRCS = main.c \
$(BACNET_ROOT)/reject.c \
$(BACNET_ROOT)/bacerror.c \
$(BACNET_ROOT)/apdu.c \
$(BACNET_ROOT)/npdu.c
$(BACNET_ROOT)/npdu.c \
$(BACNET_ROOT)/version.c
OBJS = ${SRCS:.c=.o}
+2 -1
View File
@@ -67,7 +67,8 @@ SRCS = main.c \
$(BACNET_ROOT)\reject.c \
$(BACNET_ROOT)\bacerror.c \
$(BACNET_ROOT)\apdu.c \
$(BACNET_ROOT)\npdu.c
$(BACNET_ROOT)\npdu.c \
$(BACNET_ROOT)\version.c
OBJS = $(SRCS:.c=.obj)