Changes between Version 10 and Version 11 of BuildClientProcedure
- Timestamp:
- Jul 31, 2007, 1:35:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildClientProcedure
v10 v11 32 32 Increment the revision number in the files dealing with version numbers. 33 33 34 The files that need to be modified are `configure.ac` and version.h`.34 The files that need to be modified are `configure.ac` and `version.h`. 35 35 36 36 Commit all changes to SVN. … … 43 43 == Build Client == 44 44 45 Launch the `boinc.sln` project file and build both the 'Win32' and 'x64' targets of the ' ReleaseSigned' built type.45 Launch the `boinc.sln` project file and build both the 'Win32' and 'x64' targets of the '!ReleaseSigned' built type. 46 46 47 47 == Sanity Test New Binaries == … … 76 76 4. Click on the 'Product Properties' from the 'General Information' secondary tree. 77 77 5. Update version number in the 'Version' field. 78 6. Update the product code GUID by highlighting it all and then clicking on the 'Generate GUID' button below. 78 6. Update the product code GUID by highlighting it all and then clicking on the 'Generate GUID' 79 button below. 79 80 7. Expand the 'Media' tree item. 80 81 8. Click on the 'Releases' tree item. … … 82 83 10. Update the file name with the correct version number. 83 84 84 NOTE: If this is the first time you have built from the build tree you'll need to update the path variables in the 'Media' tree. Click on the 'Path Variables' tree item and update the `PATH_TO_BOINC_FILES`, `PATH_TO_LOCALE_FILES`, and `PATH_TO_RELEASE_FILES` environment variables. 85 NOTE: If this is the first time you have built from the build tree you'll need to update the 86 path variables in the 'Media' tree. Click on the 'Path Variables' tree item and update the 87 `PATH_TO_BOINC_FILES`, `PATH_TO_LOCALE_FILES`, and `PATH_TO_RELEASE_FILES` environment variables. 85 88 86 89 11. Build Setup packages by selecting 'Build/Batch Build' from the menu.