Changed some demo main files to main.c and made them use datalink generic API calls.

This commit is contained in:
skarg
2006-11-02 21:50:43 +00:00
parent cb13cbf354
commit fcf942b5f8
7 changed files with 18 additions and 8 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ CFLAGS = -Wall -g $(INCLUDES) $(DEFINES)
TARGET = bacserv
SRCS = server.c \
SRCS = main.c \
$(BACNET_PORT)/bip-init.c \
$(BACNET_PORT)/ethernet.c \
$(BACNET_PORT)/arcnet.c \
+1 -1
View File
@@ -19,7 +19,7 @@ PRODUCT_EXE = $(PRODUCT).exe
# datalink layer that Win32 supports
DEFINES = -DBACDL_BIP=1;USE_INADDR=1;PRINT_ENABLED=1;BIG_ENDIAN=0
SRCS = server.c \
SRCS = main.c \
..\..\ports\win32\bip-init.c \
..\..\bip.c \
..\..\demo\handler\txbuf.c \