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

  1. ALT_PROJECT_TARGET=win9xkd
  2. !MESSAGE "Building TCPIP.SYS for Windows 9x"
  3. DLLDEF=..\9x\tcpip.def
  4. # On Millennium, we want tcpip.sym.
  5. USE_MAPSYM=1
  6. LINKLIBS=\
  7. ..\..\ipv4\9x\$(O)\ip.lib \
  8. ..\..\tcp\9x\$(O)\tcp.lib \
  9. ..\..\common\9x\$(O)\common.lib
  10. TARGETLIBS=$(TARGETLIBS)\
  11. ..\..\kdext2\9xkd\$(O)\w9xtcpkd.lib \
  12. ..\..\kdext2\lib\9x\$(O)\tcpxlib.lib
  13. SOURCES=\
  14. tcpip.rc
  15. !include ..\sources.inc