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.

30 lines
544 B

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