Changeset 4744 for trunk/tools/install


Ignore:
Timestamp:
Dec 3, 2000, 12:42:48 PM (25 years ago)
Author:
sandervl
Message:

script fixes

File:
1 edited

Legend:

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

    r4743 r4744  
    1 /* $Id: odin.cmd,v 1.19 2000-12-03 11:40:57 sandervl Exp $
     1/* $Id: odin.cmd,v 1.20 2000-12-03 11:42:48 sandervl Exp $
    22 *
    33 * Odin32 API WarpIn installation script generator.
    44 *
    55 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     6 * Copyright 2000 Sander van Leeuwen (sandervl@xs4all.nl)
    67 *
    78 * Project Odin Software License can be found in LICENSE.TXT
     
    188189rc = lineout(sInstFile, '     Rene Pronk');
    189190rc = lineout(sInstFile, '     David Raison');
     191rc = lineout(sInstFile, '     Kai Sommerfeld');
    190192rc = lineout(sInstFile, '     Carsten Tenbrink');
    191193rc = lineout(sInstFile, '     Vit Timchishin');
    192194rc = lineout(sInstFile, '     Joel Troster');
    193195rc = lineout(sInstFile, '     Jens Wiessner');
     196rc = lineout(sInstFile, '     Chris Wohlgemuth');
    194197rc = lineout(sInstFile, '     Vince Vielhaber');
    195198rc = lineout(sInstFile, '     All the WINE people');
Note: See TracChangeset for help on using the changeset viewer.