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.

34 lines
639 B

  1. !MESSAGE "Building IP for NT"
  2. C_DEFINES=$(C_DEFINES) -DFFP_SUPPORT=1 -DIPMCAST=1 -DGPC=1 -DBACK_FILL=1
  3. #C_DEFINES=$(C_DEFINES) -DNDIS60
  4. MSC_WARNING_LEVEL=/W4 /WX
  5. SOURCES=\
  6. ..\arp.c \
  7. ..\debug.c \
  8. ..\ftrie.c \
  9. ..\icmp.c \
  10. ..\igmp.c \
  11. ..\info.c \
  12. ..\init.c \
  13. ..\iploop.c \
  14. ..\iprcv.c \
  15. ..\iproute.c \
  16. ..\ipstatus.c \
  17. ..\ipxmit.c \
  18. ..\lookup.c \
  19. ..\mcastfwd.c \
  20. ..\mcastini.c \
  21. ..\mcastioc.c \
  22. ..\mcastmfe.c \
  23. ..\mcasttmr.c \
  24. ..\ntip.c \
  25. ..\ntirp.c \
  26. ..\ntreg.c \
  27. ..\strie.c \
  28. ..\trie.c
  29. !include ..\sources.inc