Ignore:
Timestamp:
Jun 13, 2001, 3:25:52 PM (24 years ago)
Author:
bird
Message:

Moved Odin.ini to system32 in daily .zips.

File:
1 edited

Legend:

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

    r5881 r5996  
    1 /* $Id: odin32pack.cmd,v 1.17 2001-06-02 13:15:35 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.18 2001-06-13 13:25:52 bird Exp $
    22 *
    33 * Make the two zip files.
     
    8080
    8181    /* Copy root files into the pack directory. */
    82     call copy sRoot'\bin\odin.ini'
    8382/*    call copy sRoot'\doc\odin.ini.txt' */
    8483    call copy sRoot'\LICENSE.txt';
     
    105104
    106105    call copy sRoot'\bin\wgss50.dll', 'system32\wgss50.dll';
     106    call copy sRoot'\bin\odin.ini', 'system32\Odin.ini';
    107107    if (pos('debug', sType) > 0) then
    108108    do
Note: See TracChangeset for help on using the changeset viewer.