Ignore:
Timestamp:
Jan 9, 2001, 7:46:28 PM (25 years ago)
Author:
bird
Message:

Added wgss50.dll to the .zip packages.

File:
1 edited

Legend:

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

    r4902 r4903  
    1 /* $Id: odin32pack.cmd,v 1.8 2001-01-09 18:43:19 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.9 2001-01-09 18:46:28 bird Exp $
    22 *
    33 * Make the two zip files.
     
    5959    'rmdir .\Voodoo2 > nul 2>&1'
    6060    'rmdir .\Voodoo1 > nul 2>&1'
    61     call copy '..\odin.ini'
    62     call copy '..\..\doc\odin.ini.txt'
    6361
    6462    /*
     
    7169
    7270    /* Copy root files into the pack directory. */
     71    call copy '..\wgss50.dll', 'system32\wgss50.dll';
     72    call copy '..\odin.ini'
     73    call copy '..\..\doc\odin.ini.txt'
    7374    call copy '..\..\LICENSE.txt';
    7475    call copy '..\..\ChangeLog';
Note: See TracChangeset for help on using the changeset viewer.