Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

32 lines
569 B

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