; ; main.es.ini ; ; This file defines language specific settings for use in the build process. ; This file includes the general settings from the include file listed below for ; all languages. This include file is designed as site specific. Redmond and ; Dublin will have seperate general include files. ; ; This file defines many of the optional settings used by a VBL or different ; language build process, centralizing them in one place. ; ; You may add new fields as appropriate, with comments clearly stating the ; purpose and valid entries the field may contain, and preferrably and example. ; ; Finally, please call the script GetIniSetting.cmd to retrieve data from this ; file to a cmd script, or alternately use PlGetIniSetting.pm to retrieve data ; to a perl script. The &MyGetField( $FieldName, $Language, $BranchName ) sub ; will return the field's value or undef if not found. ; ; Please note that any fields you do not have reason to use may be simply ; commented out with a semicolon. ; ; ; ; ; --- BEGIN SETTINGS -- ; ; ; ; ; BuildMachines:: ; ; Purpose: Deletebuild and SrvRel need to know what the build machines are. ; ; Example: BuildsMachines::IA64FRE=IA64FRE ; BuildMachines::X86FRE=dintlbuild02 dintlbuild03 dintlbuild04 dintlbuild05 ;BuildMachines::IA64FRE=dintlbuild02 ; ; ; ; BootTestMachines:::: ; ; Purpose: The machines listed in these fields will be used as boot test ; machines during the postbuild process. The machines must have ; specific settings for safe builds and startup items -- see ; AutoBootTest.cmd or contact WadeLa. The name given in this field ; must be the name of the safe build. If no field is specified for a ; given archtype and sku, no boot test is run. ; ; Example: BootTestMachines::X86FRE::per ; ;BootTestMachines::X86FRE::pro=i32bt001 ;BootTestMachines::X86FRE::srv=i32bt002 ;BootTestMachines::IA64FRE::pro=i64bt003 ; ; ; ; ; ; ; ; CrossPlatformCopyMachine:: ; ; Purpose: Provide the name of the x86 machine that will be used as a source ; for the wow64 binaries in the ia64 postbuild process. If this is ; not present, the information from BuildMachines.txt will be used ; instead. Note that the architecture/type is the one for the IA64 ; machine that the wow64 files will be copied to! ; ;CrossPlatformCopyMachine::IA64FRE=dintlbuild02 ; ; ; ; Includes ; ; Purpose: Include general settings for all languages. ; ; Example: include=redmond.intl.ini ; #include dublin.intl.ini ; ;