Ignore:
Timestamp:
Apr 15, 2003, 2:34:35 AM (22 years ago)
Author:
bird
Message:

WarpIn works again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32pack.cmd

    r9821 r10026  
    1 /* $Id: odin32pack.cmd,v 1.24 2003-02-18 01:01:02 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.25 2003-04-15 00:34:35 bird Exp $
    22 *
    33 * Make the two zip files.
     
    2424     * Make .WPI files.
    2525     */
    26 if 0 then
    27 do
    2826    call ChDir 'tools\install';
    2927    'call odin.cmd 'sTypeOdinCMD' debug'
     
    3432    if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir;
    3533    call ChDir '..\..';
    36 end
    3734
    3835    /*
Note: See TracChangeset for help on using the changeset viewer.