Changeset 6363


Ignore:
Timestamp:
Jul 19, 2001, 9:58:22 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r6359 r6363  
    1 /* $Id: odin32pack.cmd,v 1.19 2001-07-19 17:43:40 achimha Exp $
     1/* $Id: odin32pack.cmd,v 1.20 2001-07-19 19:58:22 sandervl Exp $
    22 *
    33 * Make the two zip files.
     
    8080
    8181    /* Copy root files into the pack directory. */
    82 /*    call copy sRoot'\doc\odin.ini.txt' */
    8382    call copy sRoot'\LICENSE.txt';
    8483    call copy sRoot'\WGSS50.lic';
    8584    call copy sRoot'\ChangeLog';
    8685    call copy sRoot'\doc\Readme.txt';
     86    call copy sRoot'\doc\odin.ini.txt'
    8787    call copy sRoot'\doc\Logging.txt';
    8888    call copy sRoot'\doc\ReportingBugs.txt';
     89    call copy sRoot'\doc\ChangeLog-2001';
    8990    call copy sRoot'\doc\ChangeLog-2000';
    9091    call copy sRoot'\doc\ChangeLog-1999';
     92    call copy sRoot'\doc\WGSS50.lic';
    9193
    9294    /*
Note: See TracChangeset for help on using the changeset viewer.