Changeset 5294
- Timestamp:
- Mar 11, 2001, 5:42:28 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/Configure.cmd (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configure.cmd
r4716 r5294 1 /* $Id: Configure.cmd,v 1. 1 2000-12-02 23:39:42bird Exp $1 /* $Id: Configure.cmd,v 1.2 2001-03-11 16:42:28 bird Exp $ 2 2 * 3 3 * Configuration script. … … 21 21 /* strings */ 22 22 sIncFile='Makefile.inc'; 23 24 /* Status */ 25 if (fInteractive) then 26 say 'Configuring Odin32...'; 27 23 28 24 29 /* delete old makefile.inc file */ … … 52 57 call stream sIncFile, 'c', 'close'; 53 58 59 54 60 /* 55 * Display output. 61 * Configure Win32k. 62 */ 63 if (fInteractive) then 64 say 'Configuring Win32k...'; 65 66 sOldDir = directory(); 67 if (directory('.\src\win32k') <> '') then 68 do 69 '@call .\configure.cmd' fNonInteractive 70 if (rc <> 0) then 71 do 72 call directory(sOldDir); 73 exit(rc); 74 end 75 end 76 else 77 do 78 say 'oops! failed to change directory to .\src\win32k.'; 79 exit(2); 80 end 81 call directory(sOldDir); 82 83 84 /* 85 * Display start info. 56 86 */ 57 87 if (fInteractive = 1) then
Note:
See TracChangeset
for help on using the changeset viewer.
