Ignore:
Timestamp:
Dec 3, 2000, 8:24:37 AM (25 years ago)
Author:
bird
Message:

Added some files and removed copying of readme.txt to the 3dxf dirs.

File:
1 edited

Legend:

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

    r3814 r4733  
    1 /* $Id: odin32pack.cmd,v 1.5 2000-07-10 17:42:16 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.6 2000-12-03 07:24:37 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 '..';
    18 
     14    /*
     15     * Make .WPI files.
     16     */
    1917    call ChDir 'tools\install';
    2018    'call odin.cmd debug'
     
    2624    call ChDir '..\..';
    2725
     26    /*
     27     * Make .ZIP files.
     28     */
     29    call ChDir 'bin';
     30    call packdir 'debug', 'debug'
     31    call packdir 'release', 'release'
     32    call ChDir '..';
    2833
     34    /* return successfully */
    2935    exit(0);
     36
    3037
    3138packdir: procedure expose sStartDir;
     
    4552    call copy '..\odin.ini'
    4653    call copy '..\..\doc\odin.ini.txt'
    47     call copy '..\Glide\readme.txt', 'Glide\readme.txt'
    48     call copy '..\Glide\Voodoo1\readme.txt', 'Glide\Voodoo1\readme.txt'
    49     call copy '..\Glide\Voodoo2\readme.txt', 'Glide\Voodoo2\readme.txt'
    5054
    5155    /*
     
    5862
    5963    /* Copy root files into the pack directory. */
    60     call copy '..\..\license.txt';
     64    call copy '..\..\LICENSE.txt';
    6165    call copy '..\..\ChangeLog';
    62     call copy '..\..\doc\readme.txt';
    63     call copy '..\..\doc\logging.txt';
     66    call copy '..\..\doc\Readme.txt';
     67    call copy '..\..\doc\Logging.txt';
     68    call copy '..\..\doc\ReportingBugs.txt';
     69    call copy '..\..\doc\ChangeLog-2000';
     70    call copy '..\..\doc\ChangeLog-1999';
    6471
    6572    /*
Note: See TracChangeset for help on using the changeset viewer.