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.

41 lines
693 B

  1. !IF 0
  2. This project contains files that are not built by the NT Build Lab.
  3. This file is a template for all sources files within this project.
  4. !ENDIF
  5. TARGETNAME=
  6. TARGETTYPE=NOTARGET
  7. TARGETPATH=
  8. SOURCES=
  9. # Platform specific MISCFILES
  10. X86_MISCFILES =
  11. ALPHA_MISCFILES = alpha\codecs\g723\msg723.acm
  12. MISCFILES = \
  13. indpndnt\blip.wav \
  14. indpndnt\conf.cnt \
  15. indpndnt\conf.hlp \
  16. indpndnt\conf.chm \
  17. indpndnt\nmchat.chm \
  18. indpndnt\nmwhiteb.chm \
  19. indpndnt\testsnd.wav
  20. # Complete file lists
  21. !if $(386)
  22. MISCFILES = \
  23. $(MISCFILES) \
  24. $(X86_MISCFILES)
  25. !elseif $(ALPHA)
  26. MISCFILES = \
  27. $(MISCFILES) \
  28. $(ALPHA_MISCFILES)
  29. !endif