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.

48 lines
967 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. !elseif $(AMD64)
  13. NTTARGETFILES=amd64\dbgx.msi
  14. !endif
  15. SOURCES =
  16. # Files that have the same name, but are different for each platform
  17. MISCFILES= \
  18. dbgdata.txt \
  19. dbginstall.cmd \
  20. dbgx.msm \
  21. dbgx.sed \
  22. list.txt \
  23. msizap.exe \
  24. eulas\retail\usa\eula.rtf
  25. !if $(386)
  26. MISCFILES= \
  27. $(MISCFILES) \
  28. i386\dbgx.msi
  29. !elseif $(IA64)
  30. MISCFILES= \
  31. $(MISCFILES) \
  32. ia64\dbgx.msi
  33. !elseif $(AMD64)
  34. MISCFILES= \
  35. $(MISCFILES) \
  36. amd64\dbgx.msi
  37. !endif