Corrected makefiles for demos since I removed the datalink.c file in favor of datalink.h only.

This commit is contained in:
skarg
2007-02-01 22:31:35 +00:00
parent 42985437e5
commit 294e257007
22 changed files with 0 additions and 22 deletions
-1
View File
@@ -47,7 +47,6 @@ SRCS = main.c \
$(BACNET_OBJECT)/lsp.c \
$(BACNET_OBJECT)/mso.c \
$(BACNET_OBJECT)/bacfile.c \
$(BACNET_ROOT)/datalink.c \
$(BACNET_ROOT)/filename.c \
$(BACNET_ROOT)/bacdcode.c \
$(BACNET_ROOT)/bacapp.c \
-1
View File
@@ -62,7 +62,6 @@ SRCS = main.c \
..\..\demo\object\lc.c \
..\..\demo\object\lsp.c \
..\..\demo\object\mso.c \
..\..\datalink.c \
..\..\abort.c \
..\..\reject.c \
..\..\bacerror.c \