Changeset 10026 for trunk/tools/DailyBuild
- Timestamp:
- Apr 15, 2003, 2:34:35 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32pack.cmd
r9821 r10026 1 /* $Id: odin32pack.cmd,v 1.2 4 2003-02-18 01:01:02bird Exp $1 /* $Id: odin32pack.cmd,v 1.25 2003-04-15 00:34:35 bird Exp $ 2 2 * 3 3 * Make the two zip files. … … 24 24 * Make .WPI files. 25 25 */ 26 if 0 then27 do28 26 call ChDir 'tools\install'; 29 27 'call odin.cmd 'sTypeOdinCMD' debug' … … 34 32 if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir; 35 33 call ChDir '..\..'; 36 end37 34 38 35 /*
Note:
See TracChangeset
for help on using the changeset viewer.