updated demo to use BACnet datetime module.

This commit is contained in:
skarg
2007-01-22 20:41:20 +00:00
parent 42481b7cd5
commit 0b1877d856
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ SRCS = main.c \
$(BACNET_ROOT)/bacstr.c \ $(BACNET_ROOT)/bacstr.c \
$(BACNET_ROOT)/bactext.c \ $(BACNET_ROOT)/bactext.c \
$(BACNET_ROOT)/indtext.c \ $(BACNET_ROOT)/indtext.c \
$(BACNET_ROOT)/bigend.c \ $(BACNET_ROOT)/datetime.c \
$(BACNET_ROOT)/whois.c \ $(BACNET_ROOT)/whois.c \
$(BACNET_ROOT)/iam.c \ $(BACNET_ROOT)/iam.c \
$(BACNET_ROOT)/datalink.c \ $(BACNET_ROOT)/datalink.c \
+1 -1
View File
@@ -31,7 +31,7 @@ SRCS = main.c \
..\..\bacstr.c \ ..\..\bacstr.c \
..\..\bactext.c \ ..\..\bactext.c \
..\..\indtext.c \ ..\..\indtext.c \
..\..\bigend.c \ ..\..\datetime.c \
..\..\whois.c \ ..\..\whois.c \
..\..\iam.c \ ..\..\iam.c \
..\..\rp.c \ ..\..\rp.c \