Changeset 3685 for trunk/tools


Ignore:
Timestamp:
Jun 11, 2000, 4:10:03 PM (25 years ago)
Author:
bird
Message:

ZIPs is created first.
Hope this will correct some annoying problems with files WPI of 80KB.

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 $
    22 *
    33 * Make the two zip files.
     
    1212    sStartDir = directory();
    1313
     14    call ChDir 'bin';
     15    call packdir 'debug', 'debug'
     16    call packdir 'release', 'release'
     17    call ChDir '..';
    1418
    1519    call ChDir 'tools\install';
     
    2125    if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir;
    2226    call ChDir '..\..';
    23 
    24     call ChDir 'bin';
    25     call packdir 'debug', 'debug'
    26     call packdir 'release', 'release'
    27     call ChDir '..';
    2827
    2928
Note: See TracChangeset for help on using the changeset viewer.