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.

32 lines
569 B

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