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.

31 lines
552 B

  1. ALT_PROJECT_TARGET=win9x
  2. !MESSAGE "Building TCP for Win9x"
  3. C_DEFINES=$(C_DEFINES) -DBINARY_COMPATIBLE=1 -DNDIS_WDM=1 -DMILLEN=1
  4. SOURCES=\
  5. ..\addr.c \
  6. ..\dgram.c \
  7. ..\info.c \
  8. ..\init.c \
  9. ..\ntautodl.c \
  10. ..\ntdisp.c \
  11. ..\ntinit.c \
  12. ..\pnp.c \
  13. ..\raw.c \
  14. ..\secfltr.c \
  15. ..\tcb.c \
  16. ..\tcpconn.c \
  17. ..\tcpdeb.c \
  18. ..\tcpdeliv.c \
  19. ..\tcprcv.c \
  20. ..\tcpsend.c \
  21. ..\tlcommon.c \
  22. ..\udp.c \
  23. ipr9x.c
  24. I386_SOURCES=i386\xsum.asm
  25. !include ..\sources.inc