Changeset 5881 for trunk/tools


Ignore:
Timestamp:
Jun 2, 2001, 3:15:35 PM (24 years ago)
Author:
bird
Message:

Only archive the distributed packages. (saves lots of diskspace...)

File:
1 edited

Legend:

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

    r5538 r5881  
    1 /* $Id: odin32pack.cmd,v 1.16 2001-04-18 08:00:24 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.17 2001-06-02 13:15:35 bird Exp $
    22 *
    33 * Make the two zip files.
     
    4040     * Make copy.
    4141     */
    42     'copy *.wpi *.zip e:\DailyBuildArchive\'
     42    if (DATE('B')//7 = 3) then
     43        'copy *.wpi e:\DailyBuildArchive\'
     44    else
     45        'copy *.zip e:\DailyBuildArchive\'
    4346
    4447    /* return successfully */
Note: See TracChangeset for help on using the changeset viewer.