From acf6e68948016e87c83cce49e62db2f38eed33b8 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 18 May 2012 23:08:30 +0000 Subject: [PATCH] Changed default GCC build to enable BBMD so that demo/server simulation includes a BBMD. --- bacnet-stack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/Makefile b/bacnet-stack/Makefile index 2a618476..49a72a38 100644 --- a/bacnet-stack/Makefile +++ b/bacnet-stack/Makefile @@ -26,8 +26,8 @@ BACNET_DEFINES ?= $(MY_BACNET_DEFINES) BACDL_DEFINE?=-DBACDL_BIP=1 # Declare your level of BBMD support -BBMD_DEFINE ?=-DBBMD_ENABLED=0 -#BBMD_DEFINE ?= -DBBMD_ENABLED=1 +BBMD_DEFINE ?=-DBBMD_ENABLED=1 +#BBMD_DEFINE ?= -DBBMD_ENABLED=0 #BBMD_DEFINE ?= -DBBMD_CLIENT_ENABLED # Passing parameters via command line