Changeset 4938 for trunk/tools/install
- Timestamp:
- Jan 12, 2001, 5:06:49 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/install/odin.cmd
r4934 r4938 1 /* $Id: odin.cmd,v 1.2 7 2001-01-12 14:49:38bird Exp $1 /* $Id: odin.cmd,v 1.28 2001-01-12 16:06:49 bird Exp $ 2 2 * 3 3 * Odin32 API WarpIn installation script generator. … … 373 373 iDbg = lastpos('DEBUG', translate(sDllDir)); 374 374 sRelDir = substr(sDllDir, 1, iDbg - 1)||'release'||substr(sDllDir, iDbg + 5); 375 say sRelDir376 say sRelDir377 say sRelDir378 say sRelDir379 say sRelDir380 375 sWICCmd '2 -c'||sRelDir 'odincrt.dll odincrt.sym'; 376 if (rc <> 0) then return rc; 381 377 382 378 sWICCmd '2 -c'||sDllDir '*.sym';
Note:
See TracChangeset
for help on using the changeset viewer.