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.

43 lines
1.2 KiB

  1. ; AlternateReleaseDir
  2. ;
  3. ; Purpose: If two branches are releasing on the same machine and you need to
  4. ; use different release locations on the build machine, set this
  5. ; parameter to the share name on the machine.
  6. ;
  7. ; Example: AlternateReleaseDir=idxrelease
  8. ;
  9. AlternateReleaseDir=idx01release
  10. ;
  11. ;
  12. ; AlternateReleaseRemote
  13. ;
  14. ; Purpose: If two branches are releasing to the same release server and
  15. ; different branches are needed on the release server for tools
  16. ; sets to be consistent, use this field to designate a remote which
  17. ; lives in the right branch for that propagation.
  18. ;
  19. ; Example: AlternateReleaseRemote=beta1release
  20. ;
  21. AlternateReleaseRemote=idx01release
  22. ;
  23. ;
  24. ; DFSLatestServerSkus
  25. ;
  26. ; Purpose: When raising to latest.* from this branch, skus classified as
  27. ; server should be taken from this branch
  28. ;
  29. ; Example: DfsLatestServerSkus=1
  30. ;
  31. ;DFSLatestServerSkus=1
  32. ;
  33. ;
  34. ; DFSLatestClientSkus
  35. ;
  36. ; Purpose: When raising to latest.* from this branch, skus classified as
  37. ; client should be taken from this branch
  38. ;
  39. ; Example: DfsLatestClientSkus=1
  40. ;
  41. DFSLatestClientSkus=1
  42. ;
  43. #include mainlab.usa.common.ini
  44. #include idx.usa.common.ini