Added datetime module to demo applications.

This commit is contained in:
skarg
2007-01-22 20:31:54 +00:00
parent df0ef160d8
commit d1cf788641
23 changed files with 268 additions and 248 deletions
+1
View File
@@ -53,6 +53,7 @@ SRCS = main.c \
$(BACNET_ROOT)/bacprop.c \
$(BACNET_ROOT)/bacstr.c \
$(BACNET_ROOT)/bactext.c \
$(BACNET_ROOT)/datetime.c \
$(BACNET_ROOT)/indtext.c \
$(BACNET_ROOT)/bigend.c \
$(BACNET_ROOT)/whois.c \
+1
View File
@@ -37,6 +37,7 @@ SRCS = main.c \
..\..\bacapp.c \
..\..\bacstr.c \
..\..\bactext.c \
..\..\datetime.c \
..\..\indtext.c \
..\..\bigend.c \
..\..\whois.c \