Changeset 3649 for trunk/tools/install


Ignore:
Timestamp:
Jun 1, 2000, 9:01:46 PM (25 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3516 r3649  
    22Call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
    33Call SysLoadFuncs
     4
     5"del odininst.wis"
    46
    57/* create warpin installation script */
     
    230232"del "installarchive".wpi";
    231233
     234"copy ..\..\ChangeLog"
     235"wic.exe "curdir"\"installarchive" -a 1 ChangeLog";
     236
    232237call directory maindir;
    233 "wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT ChangeLog Readme.txt";
     238"wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT ChangeLog-1999 ChangeLog-2000 Readme.txt";
     239rem "wic.exe "curdir"\"installarchive" -a 1 LICENSE.TXT Readme.txt";
    234240
    235241call directory dlldir;
    236 "wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe *.ini";
     242"wic.exe "curdir"\"installarchive" -a 2 *.dll pe.exe regsvr32.exe *.ini";
    237243
    238244call directory "Glide"
Note: See TracChangeset for help on using the changeset viewer.