Changeset 4938 for trunk/tools/install


Ignore:
Timestamp:
Jan 12, 2001, 5:06:49 PM (25 years ago)
Author:
bird
Message:

Removed REXX debugging stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/install/odin.cmd

    r4934 r4938  
    1 /* $Id: odin.cmd,v 1.27 2001-01-12 14:49:38 bird Exp $
     1/* $Id: odin.cmd,v 1.28 2001-01-12 16:06:49 bird Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    373373    iDbg = lastpos('DEBUG', translate(sDllDir));
    374374    sRelDir = substr(sDllDir, 1, iDbg - 1)||'release'||substr(sDllDir, iDbg + 5);
    375     say sRelDir
    376     say sRelDir
    377     say sRelDir
    378     say sRelDir
    379     say sRelDir
    380375    sWICCmd '2 -c'||sRelDir 'odincrt.dll odincrt.sym';
     376    if (rc <> 0) then return rc;
    381377
    382378    sWICCmd '2 -c'||sDllDir '*.sym';
Note: See TracChangeset for help on using the changeset viewer.