Moved bacstr.c back to src. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort.

This commit is contained in:
skarg
2007-10-18 11:50:14 +00:00
parent 2878dc0e01
commit 625ff40d71
12 changed files with 4 additions and 690 deletions
+1 -3
View File
@@ -30,9 +30,7 @@ CORE_SRC = \
$(BACNET_CORE)/bacdcode/bacdcode.c \
$(BACNET_CORE)/bacdcode/bacint.c \
$(BACNET_CORE)/bacdcode/bacreal.c \
$(BACNET_CORE)/bacdcode/bitstring.c \
$(BACNET_CORE)/bacdcode/octetstring.c \
$(BACNET_CORE)/bacdcode/characterstring.c \
$(BACNET_CORE)/bacstr.c \
$(BACNET_CORE)/bacapp.c \
$(BACNET_CORE)/bacprop.c \
$(BACNET_CORE)/bactext.c \