Added defines for each BACAPP datatype so that the developer could only use the ones they need for their WriteProperty applications.
This commit is contained in:
@@ -10,7 +10,7 @@ TARGET = bacawf
|
||||
#BACDL_DEFINE = -DBACDL_ARCNET=1
|
||||
#BACDL_DEFINE = -DBACDL_MSTP=1
|
||||
BACDL_DEFINE = -DBACDL_BIP=1
|
||||
BACNET_DEFINES = -DBACFILE=1 -DPRINT_ENABLED=1
|
||||
BACNET_DEFINES = -DBACFILE=1 -DPRINT_ENABLED=1 -DBACAPP_ALL
|
||||
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)
|
||||
|
||||
# Directories
|
||||
|
||||
@@ -32,7 +32,7 @@ INCLUDES = \
|
||||
-I$(BORLAND_DIR)\include
|
||||
|
||||
#
|
||||
BACNET_DEFINES = -DPRINT_ENABLED=1
|
||||
BACNET_DEFINES = -DPRINT_ENABLED=1 -DBACAPP_ALL
|
||||
#BACDL_DEFINE=-DBACDL_MSTP=1
|
||||
BACDL_DEFINE=-DBACDL_BIP=1
|
||||
DEFINES = $(BACNET_DEFINES) $(BACDL_DEFINE)
|
||||
|
||||
Reference in New Issue
Block a user