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.

47 lines
868 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. !if $(386)
  9. NTTARGETFILES=i386\dbgx.msi
  10. !elseif $(IA64)
  11. NTTARGETFILES=ia64\dbgx.msi
  12. !endif
  13. SOURCES =
  14. # Files that have the same name, but are different for each platform
  15. MISCFILES= \
  16. dbgdata.txt \
  17. dbginstall.cmd \
  18. dbgx.msm \
  19. dbgx.sed \
  20. list.txt \
  21. msizap.exe
  22. I386_MISCFILES = \
  23. i386\dbgx.msi \
  24. i386\dbgemx.msm
  25. IA64_MISCFILES = \
  26. ia64\dbgx.msi
  27. !if $(386)
  28. MISCFILES= \
  29. $(MISCFILES) \
  30. $(I386_MISCFILES)
  31. !elseif $(IA64)
  32. MISCFILES= \
  33. $(MISCFILES) \
  34. $(IA64_MISCFILES)
  35. !endif