Changeset 5996 for trunk/tools/DailyBuild
- Timestamp:
- Jun 13, 2001, 3:25:52 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32pack.cmd
r5881 r5996 1 /* $Id: odin32pack.cmd,v 1.1 7 2001-06-02 13:15:35bird Exp $1 /* $Id: odin32pack.cmd,v 1.18 2001-06-13 13:25:52 bird 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'\bin\odin.ini'83 82 /* call copy sRoot'\doc\odin.ini.txt' */ 84 83 call copy sRoot'\LICENSE.txt'; … … 105 104 106 105 call copy sRoot'\bin\wgss50.dll', 'system32\wgss50.dll'; 106 call copy sRoot'\bin\odin.ini', 'system32\Odin.ini'; 107 107 if (pos('debug', sType) > 0) then 108 108 do
Note:
See TracChangeset
for help on using the changeset viewer.