Changeset 4928 for trunk/tools


Ignore:
Timestamp:
Jan 11, 2001, 8:57:56 AM (25 years ago)
Author:
bird
Message:

Urg! forgot to uncomment WPI stuff.

File:
1 edited

Legend:

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

    r4917 r4928  
    1 /* $Id: odin32pack.cmd,v 1.10 2001-01-10 13:50:48 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.11 2001-01-11 07:57:56 bird Exp $
    22 *
    33 * Make the two zip files.
     
    1515     * Make .WPI files.
    1616     */
    17 /*    call ChDir 'tools\install';
     17    call ChDir 'tools\install';
    1818    'call odin.cmd debug'
    1919    if (RC <> 0) then call failure rc, 'odin.cmd debug failed.';
     
    2323    if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir;
    2424    call ChDir '..\..';
    25 */
     25
    2626
    2727    /*
Note: See TracChangeset for help on using the changeset viewer.