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.

83 lines
2.5 KiB

  1. ;
  2. ; xpclient.cs.ini
  3. ;
  4. ; This file defines language specific settings for use in the build process.
  5. ; This file includes the general settings from the include file listed below for
  6. ; all languages. This include file is designed as site specific. Redmond and
  7. ; Dublin will have seperate general include files.
  8. ;
  9. ; This file defines many of the optional settings used by a VBL or different
  10. ; language build process, centralizing them in one place.
  11. ;
  12. ; You may add new fields as appropriate, with comments clearly stating the
  13. ; purpose and valid entries the field may contain, and preferrably and example.
  14. ;
  15. ; Finally, please call the script GetIniSetting.cmd to retrieve data from this
  16. ; file to a cmd script, or alternately use PlGetIniSetting.pm to retrieve data
  17. ; to a perl script. The &MyGetField( $FieldName, $Language, $BranchName ) sub
  18. ; will return the field's value or undef if not found.
  19. ;
  20. ; Please note that any fields you do not have reason to use may be simply
  21. ; commented out with a semicolon.
  22. ;
  23. ;
  24. ;
  25. ;
  26. ; --- BEGIN SETTINGS --
  27. ;
  28. ;
  29. ;
  30. ;
  31. ; BuildMachines::<archtype>
  32. ;
  33. ; Purpose: Deletebuild and SrvRel need to know what the build machines are.
  34. ;
  35. ; Example: BuildsMachines::IA64FRE=IA64FRE
  36. ;
  37. BuildMachines::X86FRE=dintlbuild02 dintlbuild03 dintlbuild04 dintlbuild05
  38. BuildMachines::IA64FRE=dintlbuild02
  39. ;
  40. ;
  41. ;
  42. ; BootTestMachines::<archtype>::<sku>
  43. ;
  44. ; Purpose: The machines listed in these fields will be used as boot test
  45. ; machines during the postbuild process. The machines must have
  46. ; specific settings for safe builds and startup items -- see
  47. ; AutoBootTest.cmd or contact WadeLa. The name given in this field
  48. ; must be the name of the safe build. If no field is specified for a
  49. ; given archtype and sku, no boot test is run.
  50. ;
  51. ; Example: BootTestMachines::X86FRE::per
  52. ;
  53. ;BootTestMachines::X86FRE::pro=i32bt001
  54. ;BootTestMachines::X86FRE::per=i32bt002
  55. ;BootTestMachines::IA64FRE::pro=i64bt003
  56. ;
  57. ;
  58. ;
  59. ;
  60. ;
  61. ;
  62. ;
  63. ; CrossPlatformCopyMachine::<archtype>
  64. ;
  65. ; Purpose: Provide the name of the x86 machine that will be used as a source
  66. ; for the wow64 binaries in the ia64 postbuild process. If this is
  67. ; not present, the information from BuildMachines.txt will be used
  68. ; instead. Note that the architecture/type is the one for the IA64
  69. ; machine that the wow64 files will be copied to!
  70. ;
  71. ;CrossPlatformCopyMachine::IA64FRE=dintlbuild02
  72. ;
  73. ;
  74. ;
  75. ; Includes
  76. ;
  77. ; Purpose: Include general settings for all languages.
  78. ;
  79. ; Example: include=redmond.intl.ini
  80. ;
  81. #include dublin.intl.xpclient.ini
  82. ;
  83. ;