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.

36 lines
632 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. MISCFILES = \
  10. redist.txt \
  11. triage.ini \
  12. docs\debugger.chm \
  13. docs\debugger.chi
  14. I386_MISCFILES= \
  15. docs\32\relnotes.txt
  16. IA64_MISCFILES= \
  17. docs\64\relnotes.txt
  18. !if $(386)
  19. MISCFILES= \
  20. $(MISCFILES) \
  21. $(I386_MISCFILES)
  22. !elseif $(IA64)
  23. MISCFILES= \
  24. $(MISCFILES) \
  25. $(IA64_MISCFILES)
  26. !endif