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.
 
 
 
 
 
 

18 lines
312 B

ALT_PROJECT_TARGET=win9x
!MESSAGE "Building TCPIP.SYS for Windows 9x"
DLLDEF=tcpip.def
# On Millennium, we want tcpip.sym.
USE_MAPSYM=1
LINKLIBS=\
..\..\ipv4\9x\$(O)\ip.lib \
..\..\tcp\9x\$(O)\tcp.lib \
..\..\common\9x\$(O)\common.lib
SOURCES=\
stub.c \
tcpip.rc
!include ..\sources.inc