moved the data link layer define into the makefile.

This commit is contained in:
skarg
2005-05-04 13:38:07 +00:00
parent 3f000f2d20
commit 0ad7f97df4
+1 -1
View File
@@ -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)