mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
544 B
30 lines
544 B
!MESSAGE "Building IP for NT"
|
|
|
|
C_DEFINES=$(C_DEFINES) -DFFP_SUPPORT=1 -DIPMCAST=1 -DGPC=1 -DBACK_FILL=1
|
|
|
|
SOURCES=\
|
|
..\arp.c \
|
|
..\debug.c \
|
|
..\ftrie.c \
|
|
..\icmp.c \
|
|
..\igmp.c \
|
|
..\info.c \
|
|
..\init.c \
|
|
..\iploop.c \
|
|
..\iprcv.c \
|
|
..\iproute.c \
|
|
..\ipstatus.c \
|
|
..\ipxmit.c \
|
|
..\lookup.c \
|
|
..\mcastfwd.c \
|
|
..\mcastini.c \
|
|
..\mcastioc.c \
|
|
..\mcastmfe.c \
|
|
..\mcasttmr.c \
|
|
..\ntip.c \
|
|
..\ntirp.c \
|
|
..\ntreg.c \
|
|
..\strie.c \
|
|
..\trie.c
|
|
|
|
!include ..\sources.inc
|