Moved the demo objects into demo/object directory, and updated the makefiles and unit tests to handle the move.

This commit is contained in:
skarg
2006-01-10 20:36:30 +00:00
parent 3c1cc848a6
commit d7ed1480fe
21 changed files with 53 additions and 54 deletions
+4 -4
View File
@@ -40,10 +40,10 @@ SRCS = init.c main.c ethernet.c bip-init.c \
..\..\wp.c \
..\..\arf.c \
..\..\awf.c \
..\..\bacfile.c \
..\..\device.c \
..\..\ai.c \
..\..\ao.c \
..\..\demo\object\bacfile.c \
..\..\demo\object\device.c \
..\..\demo\object\ai.c \
..\..\demo\object\ao.c \
..\..\datalink.c \
..\..\tsm.c \
..\..\address.c \
+4 -4
View File
@@ -32,10 +32,10 @@ SRCS = main.c bip-init.c \
..\..\wp.c \
..\..\arf.c \
..\..\awf.c \
..\..\bacfile.c \
..\..\device.c \
..\..\ai.c \
..\..\ao.c \
..\..\demo\object\bacfile.c \
..\..\demo\object\device.c \
..\..\demo\object\ai.c \
..\..\demo\object\ao.c \
..\..\datalink.c \
..\..\tsm.c \
..\..\address.c \