adding rtos-32 support

This commit is contained in:
skarg
2005-05-02 21:03:54 +00:00
parent bda993e810
commit d2cf369938
5 changed files with 327 additions and 97 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ SRCS = init.c main.c ethernet.c \
..\..\whois.c \
..\..\iam.c \
..\..\rp.c \
..\..\wp.c \
..\..\device.c \
..\..\ai.c \
..\..\abort.c \
..\..\reject.c \
..\..\bacerror.c \
@@ -48,7 +50,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
INCL_DIRS = -I$(BORLAND_DIR)\include;$(RTOS32_DIR)\include;../../;
DEFINES = -DDOC
CFLAGS = $(INCL_DIRS) $(CS_FLAGS) $(DEFINES)