Changeset 3669 for trunk/tools/DailyBuild
- Timestamp:
- Jun 8, 2000, 12:40:13 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32pack.cmd
r3540 r3669 1 /* $Id: odin32pack.cmd,v 1. 2 2000-05-15 13:57:58bird Exp $1 /* $Id: odin32pack.cmd,v 1.3 2000-06-07 22:40:13 bird Exp $ 2 2 * 3 3 * Make the two zip files. … … 12 12 sStartDir = directory(); 13 13 14 15 call ChDir 'tools\install'; 16 'call odin.cmd debug' 17 if (RC <> 0) then call failure rc, 'odin.cmd debug failed.'; 18 'call odin.cmd release' 19 if (RC <> 0) then call failure rc, 'odin.cmd release failed.'; 20 'move *.wpi' sStartDir; 21 if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir; 22 call ChDir '..\..'; 23 14 24 call ChDir 'bin'; 15 25 call packdir 'debug', 'debug' 16 26 call packdir 'release', 'release' 17 27 call ChDir '..'; 28 18 29 19 30 exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.