Changeset 9821 for trunk/tools


Ignore:
Timestamp:
Feb 18, 2003, 2:01:02 AM (23 years ago)
Author:
bird
Message:

Made it work again.

Location:
trunk/tools/DailyBuild
Files:
2 edited

Legend:

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

    r8788 r9821  
    1 /* $Id: odin32ftp2.cmd,v 1.19 2002-06-26 22:11:28 bird Exp $
     1/* $Id: odin32ftp2.cmd,v 1.20 2003-02-18 01:01:01 bird Exp $
    22 *
    33 * Uploads the relase and debug builds to the FTP sites.
     
    6767     * Forwards files from sourceforge(t) to os2.ftp.org
    6868     */
     69    /*
    6970    if (sLoc = '' | sLoc = 'os2') then
    7071    do
     
    7677        end
    7778    end
     79    */
    7880
    7981    /*
  • trunk/tools/DailyBuild/odin32pack.cmd

    r8788 r9821  
    1 /* $Id: odin32pack.cmd,v 1.23 2002-06-26 22:11:57 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.24 2003-02-18 01:01:02 bird Exp $
    22 *
    33 * Make the two zip files.
     
    2424     * Make .WPI files.
    2525     */
     26if 0 then
     27do
    2628    call ChDir 'tools\install';
    2729    'call odin.cmd 'sTypeOdinCMD' debug'
     
    3234    if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir;
    3335    call ChDir '..\..';
     36end
    3437
    3538    /*
     
    3740     */
    3841    call packdir 'bin\debug', 'debug'
    39     call packdir3dx 'bin\debug\glide', 'glide-debug'
     42    /*call packdir3dx 'bin\debug\glide', 'glide-debug' */
    4043    call packdir 'bin\release', 'release'
    41     call packdir3dx 'bin\release\glide', 'glide-release'
     44    /*call packdir3dx 'bin\release\glide', 'glide-release'*/
    4245
    4346    /*
    4447     * Make copy.
    4548     */
     49     /*
    4650    if (sType = 'W') then
    4751        'copy *.wpi e:\DailyBuildArchive\'
    4852    else
    4953        'copy *.zip e:\DailyBuildArchive\'
     54      */
    5055
    5156    /* return successfully */
     
    101106    'ren' sRoot'\'sDir '.\system32'
    102107    if (RC <> 0) then call failure rc, 'renaming' sDir'->system32 failed';
    103     'ren .\system32\glide ..\glide_tmp'
     108    'if exist .\system32\glide ren .\system32\glide ..\glide_tmp'
     109    /*
    104110    if (RC <> 0) then
    105111    do
     
    108114        call failure rc2, 'renaming system32\glide -> ..\glide_tmp failed';
    109115    end
     116    */
    110117
    111118    call copy sRoot'\bin\wgss50.dll', 'system32\wgss50.dll';
Note: See TracChangeset for help on using the changeset viewer.