Changeset 6367 for trunk/tools


Ignore:
Timestamp:
Jul 19, 2001, 10:17:02 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/tools
Files:
2 edited

Legend:

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

    r6363 r6367  
    1 /* $Id: odin32pack.cmd,v 1.20 2001-07-19 19:58:22 sandervl Exp $
     1/* $Id: odin32pack.cmd,v 1.21 2001-07-19 20:15:50 sandervl Exp $
    22 *
    33 * Make the two zip files.
     
    9090    call copy sRoot'\doc\ChangeLog-2000';
    9191    call copy sRoot'\doc\ChangeLog-1999';
    92     call copy sRoot'\doc\WGSS50.lic';
    9392
    9493    /*
  • trunk/tools/install/odin.cmd

    r6364 r6367  
    1 /* $Id: odin.cmd,v 1.33 2001-07-19 19:59:22 sandervl Exp $
     1/* $Id: odin.cmd,v 1.34 2001-07-19 20:17:02 sandervl Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    496496 * Packet 1
    497497 */
    498 sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT';
     498sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT WGSS50.lic';
    499499if (rc <> 0) then return rc;
    500 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt WGSS50.lic';
     500sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt';
    501501if (rc <> 0) then return rc;
    502502
Note: See TracChangeset for help on using the changeset viewer.