Changeset 6367 for trunk/tools/install
- Timestamp:
- Jul 19, 2001, 10:17:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r6364 r6367 1 /* $Id: odin.cmd,v 1.3 3 2001-07-19 19:59:22 sandervl Exp $1 /* $Id: odin.cmd,v 1.34 2001-07-19 20:17:02 sandervl Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 496 496 * Packet 1 497 497 */ 498 sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT ';498 sWICCmd '1 -c'||sMainDir 'ChangeLog LICENSE.TXT WGSS50.lic'; 499 499 if (rc <> 0) then return rc; 500 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt WGSS50.lic';500 sWICCmd '1 -c'||sDocDir 'ChangeLog-1999 ChangeLog-2000 ChangeLog-2001 Readme.txt ReportingBugs.txt Logging.txt Odin.ini.txt'; 501 501 if (rc <> 0) then return rc; 502 502
Note:
See TracChangeset
for help on using the changeset viewer.