Changeset 6518 for trunk/tools/install


Ignore:
Timestamp:
Aug 11, 2001, 2:04:24 PM (24 years ago)
Author:
sandervl
Message:

add odinbug

File:
1 edited

Legend:

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

    r6488 r6518  
    1 /* $Id: odin.cmd,v 1.36 2001-08-08 12:05:21 sandervl Exp $
     1/* $Id: odin.cmd,v 1.37 2001-08-11 12:04:24 sandervl Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
     
    140140rc = lineout(sInstFile, '     CREATEOBJECT="WPProgram|WGSS50 License|<ODINFOLDER>|EXENAME=E.EXE;PARAMETERS=$(1)\WGSS50.lic;"');
    141141rc = lineout(sInstFile, '     CREATEOBJECT="WPProgram|Registry Editor|<ODINFOLDER>|EXENAME=REGEDIT2.EXE;"');
     142rc = lineout(sInstFile, '     CREATEOBJECT="WPProgram|Report Odin Bugs|<ODINFOLDER>|EXENAME=$(1)\ODINBUG.EXE;"');
     143rc = lineout(sInstFile, '     CREATEOBJECT="WPProgram|Report Odin Bugs Help|<ODINFOLDER>|EXENAME=E.EXE;PARAMETERS=$(1)\README.ODINBUG;"');
    142144rc = lineout(sInstFile, '     TARGET="C:\ODIN" BASE');
    143145title = "     TITLE=""Odin "sType" ("date()")""";
     
    201203rc = lineout(sInstFile, 'Odin is available thanks to the work of the following people:');
    202204rc = lineout(sInstFile, '');
     205rc = lineout(sInstFile, '     Herwig Bauernfeind');
    203206rc = lineout(sInstFile, '     Christoph Bratschi');
    204207rc = lineout(sInstFile, '     Oliver Braun');
     
    504507sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT WGSS50.lic';
    505508if (rc <> 0) then return rc;
    506 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt';
     509sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt Readme.Odinbug';
     510if (rc <> 0) then return rc;
     511sWICCmd '1 -c'||sBinDir||' Odinbug.exe';
    507512if (rc <> 0) then return rc;
    508513
Note: See TracChangeset for help on using the changeset viewer.