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