To build the Routing demo define BAC_ROUTING in the top Makefile. The value is not important - the symbol has to be defined.

This commit is contained in:
bacpack
2010-11-25 05:10:01 +00:00
parent 6a523e4d23
commit 47ecaeabaa
9 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
# configuration
BACNET_DEFINES = -DPRINT_ENABLED=1 -DBACAPP_ALL -DBACFILE
# for now 1 and 0 are used to build or not to build the routing demo
BACNET_DEFINES += -DBAC_ROUTING=1
# un-comment the next line to build the routing demo application
#BACNET_DEFINES += -DBAC_ROUTING
#BACDL_DEFINE=-DBACDL_ETHERNET=1
#BACDL_DEFINE=-DBACDL_ARCNET=1