Changes between Version 10 and Version 11 of BuildClientProcedure


Ignore:
Timestamp:
Jul 31, 2007, 1:35:19 PM (17 years ago)
Author:
Nicolas
Comment:

Small formatting fixes I missed before.

Legend:

Unmodified
Added
Removed
Modified
  • BuildClientProcedure

    v10 v11  
    3232Increment the revision number in the files dealing with version numbers.
    3333
    34 The files that need to be modified are `configure.ac` and version.h`.
     34The files that need to be modified are `configure.ac` and `version.h`.
    3535
    3636Commit all changes to SVN.
     
    4343== Build Client ==
    4444
    45 Launch the `boinc.sln` project file and build both the 'Win32' and 'x64' targets of the 'ReleaseSigned' built type.
     45Launch the `boinc.sln` project file and build both the 'Win32' and 'x64' targets of the '!ReleaseSigned' built type.
    4646
    4747== Sanity Test New Binaries ==
     
    7676 4.  Click on the 'Product Properties' from the 'General Information' secondary tree.
    7777 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.
    7980 7.  Expand the 'Media' tree item.
    8081 8.  Click on the 'Releases' tree item.
     
    8283 10. Update the file name with the correct version number.
    8384
    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.
    8588
    8689 11. Build Setup packages by selecting 'Build/Batch Build' from the menu.