From 0ad7f97df4d2286b566425bc2ce6734f525d6034 Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 4 May 2005 13:38:07 +0000 Subject: [PATCH] moved the data link layer define into the makefile. --- bacnet-stack/ports/rtos32/makefile.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/ports/rtos32/makefile.mak b/bacnet-stack/ports/rtos32/makefile.mak index f816b787..6d74ea1b 100644 --- a/bacnet-stack/ports/rtos32/makefile.mak +++ b/bacnet-stack/ports/rtos32/makefile.mak @@ -53,7 +53,7 @@ LOCATE = $(RTOS32_DIR)\bin\rtloc CC_DIR = $(BORLAND_DIR)\BIN CC_INCLDIR = $(BORLAND_DIR)\include INCL_DIRS = -I$(BORLAND_DIR)\include;$(RTOS32_DIR)\include;../../; -DEFINES = -DDOC +DEFINES = -DDOC;BACDL_BIP=1 CFLAGS = $(INCL_DIRS) $(CS_FLAGS) $(DEFINES)