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.

32 lines
654 B

  1. !MESSAGE "Building TCP for Windows 2000"
  2. C_DEFINES=$(C_DEFINES) -DACC=1 -DIPMCAST=1 -DGPC=1 -DBACK_FILL=1 -DTRACE_EVENT=1 -DPENDING_FREE_DBG=1
  3. SOURCES=\
  4. ..\addr.c \
  5. ..\dgram.c \
  6. ..\info.c \
  7. ..\init.c \
  8. ..\ntautodl.c \
  9. ..\ntdisp.c \
  10. ..\ntinit.c \
  11. ..\pnp.c \
  12. ..\raw.c \
  13. ..\secfltr.c \
  14. ..\tcb.c \
  15. ..\tcpconn.c \
  16. ..\tcpdeb.c \
  17. ..\tcpdeliv.c \
  18. ..\tcprcv.c \
  19. ..\tcpsend.c \
  20. ..\tlcommon.c \
  21. ..\udp.c \
  22. ..\md5.c
  23. IA64_SOURCES=ia64\xsum.s
  24. I386_SOURCES=i386\xsum.asm
  25. AXP64_SOURCES=alpha\xsum.s
  26. ALPHA_SOURCES=alpha\xsum.s
  27. AMD64_SOURCES=amd64\xsum.s
  28. !include ..\sources.inc