This commit is contained in:
skarg
2006-08-10 21:11:04 +00:00
parent 7b4680832f
commit c36d28aa09
24 changed files with 40 additions and 30 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ PRODUCT_EXE = $(PRODUCT).exe
# Choose the Data Link Layer to Enable
# Note: unless some other drivers are installed, BIP is the only
# datalink layer that Win32 supports
DEFINES = -DBACDL_BIP=1;USE_INADDR=1
DEFINES = -DBACDL_BIP=1;USE_INADDR=1;PRINT_ENABLED=1;BIG_ENDIAN=0
SRCS = server.c \
..\..\ports\win32\bip-init.c \