master_winamp_night.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!-- build.pl configuration file
  2. See http://devguy.com/fp/cfgmgmt/tools/build-options-xml.txt
  3. This compiles VC++ and vs.NET code (release and debug)
  4. -->
  5. <Build-Option-Doc>
  6. <!--
  7. File Paths
  8. -->
  9. <Sandbox>=$ENV{CURSANDBOX}</Sandbox>
  10. <BuildModule>Winamp</BuildModule>
  11. <ConfigMapFile>Mastering/Winamp/configmap.xml</ConfigMapFile>
  12. <BuildFile>Mastering/Winamp/build_winamp_night.xml</BuildFile>
  13. <!--
  14. Type of build
  15. -->
  16. <MajorBuildDescription>Nightly</MajorBuildDescription>
  17. <BuildDescription>Nightly build.</BuildDescription>
  18. <WebSubdir>nightly</WebSubdir>
  19. <!--
  20. Which configuration(s) to build
  21. -->
  22. <Configuration>Win32 Release|Win32</Configuration>
  23. <!--
  24. CVS tag/branch information
  25. -->
  26. <Branch/>
  27. <BuildStamp/>
  28. <TagOverride/>
  29. <BuildStampPrefix>=NIGHT_</BuildStampPrefix>
  30. <!--
  31. Build statistics files
  32. -->
  33. <BuildNumberFile>Mastering/Winamp/buildnumber.h</BuildNumberFile>
  34. <VersionFile>Mastering/Winamp/constants.h</VersionFile>
  35. <ChangeLogInfoFile>Mastering/Winamp/build_stamp.txt</ChangeLogInfoFile>
  36. <!--
  37. How to output HTML and targets
  38. -->
  39. <WebPath>d:\wwwroot\builds</WebPath>
  40. <WebAddress>http://nulldev.stream.aol.com/builds</WebAddress>
  41. <PackageDestination/>
  42. <PackageURL/>
  43. <!--
  44. Who to notify via net send (use computer names)
  45. -->
  46. <NetNotify></NetNotify>
  47. <!--
  48. Who to notify via smtp email (use comma to separate) [email protected]
  49. -->
  50. <SMTPNotify>[email protected],[email protected],[email protected],[email protected]</SMTPNotify>
  51. <!--
  52. Run-Time Switches
  53. -->
  54. <ShouldCleanSandbox>0</ShouldCleanSandbox>
  55. <ShouldGetSource>1</ShouldGetSource>
  56. <ShouldBuild>1</ShouldBuild>
  57. <ShouldTag>0</ShouldTag>
  58. <ShouldForceTag>0</ShouldForceTag>
  59. <ShouldPackage>1</ShouldPackage>
  60. <ShouldForcePackage>0</ShouldForcePackage>
  61. <ShouldIncrementBuildNumber>1</ShouldIncrementBuildNumber>
  62. <ShouldPostToWeb>1</ShouldPostToWeb>
  63. <ShouldOutputXML>1</ShouldOutputXML>
  64. <ShouldUpdateVersionResources>1</ShouldUpdateVersionResources>
  65. <ShouldCreateManifest>0</ShouldCreateManifest>
  66. <ShouldEmailNotification>1</ShouldEmailNotification>
  67. <ShouldSuppressBuildStartNotification>1</ShouldSuppressBuildStartNotification>
  68. <ShouldCreateChangeLog>0</ShouldCreateChangeLog>
  69. <ShouldUpdateChangeLogInfo>0</ShouldUpdateChangeLogInfo>
  70. <ShouldForceUpdateChangeLogInfo>0</ShouldForceUpdateChangeLogInfo>
  71. </Build-Option-Doc>