Leaked source code of windows server 2003
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.
 
 
 
 
 
 

31 lines
552 B

ALT_PROJECT_TARGET=win9x
!MESSAGE "Building TCP for Win9x"
C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=1 -DNDIS_WDM=1 -DMILLEN=1
SOURCES=\
..\addr.c \
..\dgram.c \
..\info.c \
..\init.c \
..\ntautodl.c \
..\ntdisp.c \
..\ntinit.c \
..\pnp.c \
..\raw.c \
..\secfltr.c \
..\tcb.c \
..\tcpconn.c \
..\tcpdeb.c \
..\tcpdeliv.c \
..\tcprcv.c \
..\tcpsend.c \
..\tlcommon.c \
..\udp.c \
ipr9x.c
I386_SOURCES=i386\xsum.asm
!include ..\sources.inc