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.

46 lines
1.1 KiB

  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. oca.ini \
  11. redist.txt \
  12. triage.ini \
  13. docs\debugger.chm \
  14. docs\debugger.chi \
  15. docs\dbghelp.chm
  16. !if $(386)
  17. MISCFILES= \
  18. $(MISCFILES) \
  19. i386\1394DBG1.sys \
  20. i386\1394DBG2.sys \
  21. i386\1394dbg.cat \
  22. i386\1394dbg.inf \
  23. docs\32\relnotes.txt
  24. !elseif $(IA64)
  25. MISCFILES= \
  26. $(MISCFILES) \
  27. ia64\1394DBG1.sys \
  28. ia64\1394DBG2.sys \
  29. ia64\1394dbg.cat \
  30. ia64\1394dbg.inf \
  31. docs\64\relnotes.txt
  32. !elseif $(AMD64)
  33. MISCFILES= \
  34. $(MISCFILES) \
  35. amd64\1394DBG1.sys \
  36. amd64\1394DBG2.sys \
  37. amd64\1394dbg.cat \
  38. amd64\1394dbg.inf \
  39. docs\64\relnotes.txt
  40. !endif