Changes between Version 1 and Version 2 of RBuild
- Timestamp:
- Jun 9, 2007, 12:35:02 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RBuild
v1 v2 2 2 == Ensure work in progress is committed and new files added: == 3 3 4 Post a message to the FM/2 news group asking if all developers have committed their changes for threlease build. Allow at least 24 hours for responses.4 Post a message to the Yahoo FM/2 news group asking if all developers have committed their changes for the release build. Allow at least 24 hours for responses. 5 5 6 6 == Check ready == … … 54 54 == Build == 55 55 56 {{{ 56 57 cd fm2.dev (i.e. top dir) 57 58 set DEBUG= 58 59 m makefile -a or make all 60 }}} 59 61 60 62 == Test == 63 {{{ 61 64 Test binaries 62 65 m lx or make lxlite to compress exe/dlls 63 re 64 66 re-test... 67 }}} 65 68 == Build distros == 66 69 {{{ 67 70 make dist 68 71 Zip distribution .wpi for add the FM2utilities package if desired. … … 72 75 binrel 73 76 srcrel 74 77 }}} 75 78 == Known tags == 76 79 {{{ 77 80 3.05.09 78 81 FM2-3_05-BETA-08 … … 99 102 MKIMES1_0 100 103 MKIMES 104 }}}