Changeset 6367 for trunk/tools/install


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.