Changeset 4928 for trunk/tools
- Timestamp:
- Jan 11, 2001, 8:57:56 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32pack.cmd
r4917 r4928 1 /* $Id: odin32pack.cmd,v 1.1 0 2001-01-10 13:50:48bird Exp $1 /* $Id: odin32pack.cmd,v 1.11 2001-01-11 07:57:56 bird Exp $ 2 2 * 3 3 * Make the two zip files. … … 15 15 * Make .WPI files. 16 16 */ 17 /*call ChDir 'tools\install';17 call ChDir 'tools\install'; 18 18 'call odin.cmd debug' 19 19 if (RC <> 0) then call failure rc, 'odin.cmd debug failed.'; … … 23 23 if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir; 24 24 call ChDir '..\..'; 25 */ 25 26 26 27 27 /*
Note:
See TracChangeset
for help on using the changeset viewer.