- Timestamp:
- Apr 29, 2002, 1:35:24 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/configure.cmd
r8312 r8314 1 /* $Id: configure.cmd,v 1.21.2. 5 2002-04-29 11:32:47bird Exp $1 /* $Id: configure.cmd,v 1.21.2.6 2002-04-29 11:35:14 bird Exp $ 2 2 * 3 3 * Configuration script. … … 39 39 do 40 40 parse var sArg sParm'='sOpt 41 say sParm42 41 select 43 42 when (sParm = '-WITH-KLIB') then … … 50 49 when (ch = '?' | ch = 'H' | substr(sArg, 1, 2) = '-H') then 51 50 do 52 say 'Odin32 Configure.cmd. $Revision: 1.21.2. 5$.'51 say 'Odin32 Configure.cmd. $Revision: 1.21.2.6 $.' 53 52 say 'syntax: Configure.cmd [options]' 54 53 say ' -n Noninteractive.' … … 143 142 if (fWithkLib) then 144 143 do 144 say 'Configuring kLib...' 145 145 sDir = directory(); 146 146 if (chdir('kKrnlLib')) then
Note:
See TracChangeset
for help on using the changeset viewer.