Changeset 9821 for trunk/tools
- Timestamp:
- Feb 18, 2003, 2:01:02 AM (23 years ago)
- Location:
- trunk/tools/DailyBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32ftp2.cmd
r8788 r9821 1 /* $Id: odin32ftp2.cmd,v 1. 19 2002-06-26 22:11:28bird Exp $1 /* $Id: odin32ftp2.cmd,v 1.20 2003-02-18 01:01:01 bird Exp $ 2 2 * 3 3 * Uploads the relase and debug builds to the FTP sites. … … 67 67 * Forwards files from sourceforge(t) to os2.ftp.org 68 68 */ 69 /* 69 70 if (sLoc = '' | sLoc = 'os2') then 70 71 do … … 76 77 end 77 78 end 79 */ 78 80 79 81 /* -
trunk/tools/DailyBuild/odin32pack.cmd
r8788 r9821 1 /* $Id: odin32pack.cmd,v 1.2 3 2002-06-26 22:11:57bird Exp $1 /* $Id: odin32pack.cmd,v 1.24 2003-02-18 01:01:02 bird Exp $ 2 2 * 3 3 * Make the two zip files. … … 24 24 * Make .WPI files. 25 25 */ 26 if 0 then 27 do 26 28 call ChDir 'tools\install'; 27 29 'call odin.cmd 'sTypeOdinCMD' debug' … … 32 34 if (RC <> 0) then call failure rc, 'failed to move the *.wpi ->' sStartDir; 33 35 call ChDir '..\..'; 36 end 34 37 35 38 /* … … 37 40 */ 38 41 call packdir 'bin\debug', 'debug' 39 call packdir3dx 'bin\debug\glide', 'glide-debug'42 /*call packdir3dx 'bin\debug\glide', 'glide-debug' */ 40 43 call packdir 'bin\release', 'release' 41 call packdir3dx 'bin\release\glide', 'glide-release'44 /*call packdir3dx 'bin\release\glide', 'glide-release'*/ 42 45 43 46 /* 44 47 * Make copy. 45 48 */ 49 /* 46 50 if (sType = 'W') then 47 51 'copy *.wpi e:\DailyBuildArchive\' 48 52 else 49 53 'copy *.zip e:\DailyBuildArchive\' 54 */ 50 55 51 56 /* return successfully */ … … 101 106 'ren' sRoot'\'sDir '.\system32' 102 107 if (RC <> 0) then call failure rc, 'renaming' sDir'->system32 failed'; 103 'ren .\system32\glide ..\glide_tmp' 108 'if exist .\system32\glide ren .\system32\glide ..\glide_tmp' 109 /* 104 110 if (RC <> 0) then 105 111 do … … 108 114 call failure rc2, 'renaming system32\glide -> ..\glide_tmp failed'; 109 115 end 116 */ 110 117 111 118 call copy sRoot'\bin\wgss50.dll', 'system32\wgss50.dll';
Note:
See TracChangeset
for help on using the changeset viewer.