Leaked source code of windows server 2003
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
330 B

  1. ALT_PROJECT_TARGET=win9x
  2. !MESSAGE "Building TCPIP.SYS for Windows 9x"
  3. DLLDEF=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. SOURCES=\
  11. stub.c \
  12. tcpip.rc
  13. !include ..\sources.inc