Since config.h is updated, the demo makefiles needed to be updated with the latest DEFINES. Also changed some of the demo projects built with CodeBlocks.

This commit is contained in:
skarg
2007-08-21 23:00:56 +00:00
parent f74d39558f
commit 6dc7399605
28 changed files with 177 additions and 321 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ PRODUCT = bacawf
PRODUCT_EXE = $(PRODUCT).exe
# Choose the Data Link Layer to Enable
DEFINES = -DBACDL_BIP=1;TSM_ENABLED=1;BIG_ENDIAN=0;PRINT_ENABLED=1
DEFINES = -DBACDL_BIP=1;PRINT_ENABLED=1
SRCS = main.c \
..\..\ports\win32\bip-init.c \