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
@@ -68,7 +68,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
@@ -59,7 +59,8 @@ SRCS = main.c \
..\..\reject.c \
..\..\bacerror.c \
..\..\apdu.c \
..\..\npdu.c
..\..\npdu.c \
..\..\version.c
OBJS = $(SRCS:.c=.obj)