Changed default makefile back to BACnet/IP datalink.

This commit is contained in:
skarg
2008-07-28 13:40:18 +00:00
parent 2b55f1aabf
commit 73fcc6f88b
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ TARGET = bacserv
# Configure the BACnet Datalink Layer
#BACDL_DEFINE = -DBACDL_ETHERNET
#BACDL_DEFINE = -DBACDL_ARCNET
BACDL_DEFINE = -DBACDL_MSTP
#BACDL_DEFINE = -DBACDL_BIP -DBIP_DEBUG
#BACDL_DEFINE = -DBACDL_MSTP
BACDL_DEFINE = -DBACDL_BIP -DBIP_DEBUG
BACNET_DEFINES = -DPRINT_ENABLED=1 -DBACAPP_ALL -DBACFILE
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)
+2 -2
View File
@@ -12,8 +12,8 @@ LIBRARY = lib$(TARGET).a
BACNET_DEFINES=-DPRINT_ENABLED=1 -DBACAPP_ALL -DBACFILE
#BACDL_DEFINE=-DBACDL_ETHERNET=1
#BACDL_DEFINE=-DBACDL_ARCNET=1
BACDL_DEFINE=-DBACDL_MSTP=1
#BACDL_DEFINE=-DBACDL_BIP=1
#BACDL_DEFINE=-DBACDL_MSTP=1
BACDL_DEFINE=-DBACDL_BIP=1
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)
# directories