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.
 
 
 
 
 
 

21 lines
417 B

ALT_PROJECT_TARGET=win9xkd
!MESSAGE "Building TCPIP.SYS for Windows 9x"
DLLDEF=..\9x\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
TARGETLIBS=$(TARGETLIBS)\
..\..\kdext2\9xkd\$(O)\w9xtcpkd.lib \
..\..\kdext2\lib\9x\$(O)\tcpxlib.lib
SOURCES=\
tcpip.rc
!include ..\sources.inc