Changeset 3669


Ignore:
Timestamp:
Jun 8, 2000, 12:40:13 AM (25 years ago)
Author:
bird
Message:

Create WarpIn images too.

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:58 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.3 2000-06-07 22:40:13 bird Exp $
    22 *
    33 * Make the two zip files.
     
    1212    sStartDir = directory();
    1313
     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
    1424    call ChDir 'bin';
    1525    call packdir 'debug', 'debug'
    1626    call packdir 'release', 'release'
    1727    call ChDir '..';
     28
    1829
    1930    exit(0);
Note: See TracChangeset for help on using the changeset viewer.