Changeset 7988 for trunk/tools
- Timestamp:
- Feb 22, 2002, 12:13:08 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r7740 r7988 1 /* $Id: odin.cmd,v 1. 39 2002-01-08 09:07:46 birdExp $1 /* $Id: odin.cmd,v 1.40 2002-02-21 23:13:08 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 509 509 sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT WGSS50.lic'; 510 510 if (rc <> 0) then return rc; 511 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt Readme.Odinbug';511 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 ChangeLog-2002 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt Readme.Odinbug'; 512 512 if (rc <> 0) then return rc; 513 513 sWICCmd '1 -c'||sBinDir||' Odinbug.exe';
Note:
See TracChangeset
for help on using the changeset viewer.