MovedMoved ReadProperty to subdirectory for library splitting. Split client, server, test for ReadProperty.

This commit is contained in:
skarg
2007-10-14 02:19:24 +00:00
parent b91d73d0bc
commit 947756fa0d
10 changed files with 118 additions and 1030 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ CORE_SRC = \
$(BACNET_CORE)/iam/iam_send.c \
$(BACNET_CORE)/ihave.c \
$(BACNET_CORE)/rd.c \
$(BACNET_CORE)/rp.c \
$(BACNET_CORE)/readprop/rp_server.c \
$(BACNET_CORE)/readprop/rp_client.c \
$(BACNET_CORE)/rpm.c \
$(BACNET_CORE)/timesync.c \
$(BACNET_CORE)/whohas.c \
+2 -1
View File
@@ -67,7 +67,8 @@ CORE2_SRC = $(BACNET_CORE)\arf.c \
$(BACNET_CORE)\iam\iam_send.c \
$(BACNET_CORE)\ihave.c \
$(BACNET_CORE)\rd.c \
$(BACNET_CORE)\rp.c \
$(BACNET_CORE)\readprop\rp_server.c \
$(BACNET_CORE)\readprop\rp_client.c \
$(BACNET_CORE)\rpm.c \
$(BACNET_CORE)\timesync.c \
$(BACNET_CORE)\whohas.c \