Changes between Version 4 and Version 5 of AdminWrappers
- Timestamp:
- May 12, 2019, 10:03:11 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AdminWrappers
v4 v5 1 = Building Wrapper/!VboxWrapper for Release =1 = Building wrapper/vboxwrapper for release = 2 2 3 3 == Update Version Information == 4 4 5 Versions numbers are sequential (independent of other version #s). 6 5 7 Update 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 9 11 10 12 Commit and push changes to git. … … 16 18 Wrapper: 17 19 {{{ 18 wrapper/< buildnumber>20 wrapper/<version number> 19 21 }}} 20 22 21 23 Vboxwrapper: 22 24 {{{ 23 vboxwrapper/< buildnumber>25 vboxwrapper/<version number> 24 26 }}} 25 27 … … 29 31 30 32 === 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.34 33 35 34 If the VBox version has changed, … … 46 45 }}} 47 46 48 NOTE: the above doesn't work. I just built them from VS.47 NOTE: the above doesn't currently work. I just built them from VS. 49 48 50 49 Zip up the EXE and corresponding PDB file into a zip file and upload to the BOINC sever.