Changes between Version 4 and Version 5 of AdminWrappers


Ignore:
Timestamp:
May 12, 2019, 10:03:11 PM (5 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdminWrappers

    v4 v5  
    1 = Building Wrapper/!VboxWrapper for Release =
     1= Building wrapper/vboxwrapper for release =
    22
    33== Update Version Information ==
    44
     5Versions numbers are sequential (independent of other version #s).
     6
    57Update the following files:
    6  * version.h
    7  * configure.ac
    8  * win_build/<project file>
     8 * version.h (WRAPPER_RELEASE, VBOXWRAPPER_RELEASE)
     9 * configure.ac (same)
     10 * win_build/<project file>: update the .exe filename for 32/64 bit and debug/release
    911
    1012Commit and push changes to git.
     
    1618Wrapper:
    1719{{{
    18 wrapper/<build number>
     20wrapper/<version number>
    1921}}}
    2022
    2123Vboxwrapper:
    2224{{{
    23 vboxwrapper/<build number>
     25vboxwrapper/<version number>
    2426}}}
    2527
     
    2931
    3032=== Windows ===
    31 
    32 Increment the sequence number of the .exe filename.
    33 Chnage this in the solution, in Release for both 32 and 64 bit.
    3433
    3534If the VBox version has changed,
     
    4645}}}
    4746
    48 NOTE: the above doesn't work.  I just built them from VS.
     47NOTE: the above doesn't currently work.  I just built them from VS.
    4948
    5049Zip up the EXE and corresponding PDB file into a zip file and upload to the BOINC sever.