19 lines
312 B
Plaintext
19 lines
312 B
Plaintext
|
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
|