22 lines
417 B
Plaintext
22 lines
417 B
Plaintext
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
|