windows-nt/Source/XPSP1/NT/net/tcpip/driver/ipv4/9x/sources
2020-09-26 16:20:57 +08:00

33 lines
569 B
Plaintext

ALT_PROJECT_TARGET=win9x
!MESSAGE "Building IP for Win9x"
C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=1 -DNDIS_WDM=1 -DMILLEN=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