windows-nt/Source/XPSP1/NT/net/tcpip/driver/ipv4/nt/sources

31 lines
544 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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