Added ability to specify the BACnet/IP interface on multi-homed machines from the command line demo for demo/epics on a Win32 platform.

This commit is contained in:
skarg
2007-05-22 00:19:05 +00:00
parent 8139ea6fa1
commit 78cec1d8c4
3 changed files with 81 additions and 19 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ PRODUCT = bacepics
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;TSM_ENABLED=1;BIG_ENDIAN=0;PRINT_ENABLED=1;BIP_DEBUG=0
SRCS = main.c \
..\..\ports\win32\bip-init.c \