Changeset 6363
- Timestamp:
- Jul 19, 2001, 9:58:22 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/DailyBuild/odin32pack.cmd ¶
r6359 r6363 1 /* $Id: odin32pack.cmd,v 1. 19 2001-07-19 17:43:40 achimhaExp $1 /* $Id: odin32pack.cmd,v 1.20 2001-07-19 19:58:22 sandervl Exp $ 2 2 * 3 3 * Make the two zip files. … … 80 80 81 81 /* Copy root files into the pack directory. */ 82 /* call copy sRoot'\doc\odin.ini.txt' */83 82 call copy sRoot'\LICENSE.txt'; 84 83 call copy sRoot'\WGSS50.lic'; 85 84 call copy sRoot'\ChangeLog'; 86 85 call copy sRoot'\doc\Readme.txt'; 86 call copy sRoot'\doc\odin.ini.txt' 87 87 call copy sRoot'\doc\Logging.txt'; 88 88 call copy sRoot'\doc\ReportingBugs.txt'; 89 call copy sRoot'\doc\ChangeLog-2001'; 89 90 call copy sRoot'\doc\ChangeLog-2000'; 90 91 call copy sRoot'\doc\ChangeLog-1999'; 92 call copy sRoot'\doc\WGSS50.lic'; 91 93 92 94 /*
Note:
See TracChangeset
for help on using the changeset viewer.