Moved rp.c back to src, and removed the separate readprop directory. Since gcc linker can remove unused functions, this was wasted effort.

This commit is contained in:
skarg
2007-10-18 11:29:05 +00:00
parent 9f852a4d6c
commit 9b304596c9
10 changed files with 4 additions and 377 deletions
+1 -2
View File
@@ -48,8 +48,7 @@ CORE_SRC = \
$(BACNET_CORE)/iam/iam_send.c \
$(BACNET_CORE)/ihave.c \
$(BACNET_CORE)/rd.c \
$(BACNET_CORE)/readprop/rp_server.c \
$(BACNET_CORE)/readprop/rp_client.c \
$(BACNET_CORE)/rp.c \
$(BACNET_CORE)/rpm.c \
$(BACNET_CORE)/timesync.c \
$(BACNET_CORE)/whohas.c \
+1 -2
View File
@@ -67,8 +67,7 @@ CORE2_SRC = $(BACNET_CORE)\arf.c \
$(BACNET_CORE)\iam\iam_send.c \
$(BACNET_CORE)\ihave.c \
$(BACNET_CORE)\rd.c \
$(BACNET_CORE)\readprop\rp_server.c \
$(BACNET_CORE)\readprop\rp_client.c \
$(BACNET_CORE)\rp.c \
$(BACNET_CORE)\rpm.c \
$(BACNET_CORE)\timesync.c \
$(BACNET_CORE)\whohas.c \