- Timestamp:
- Apr 29, 2002, 1:32:47 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/splittup/src/win32k/configure.cmd
r8311 r8312 1 /* $Id: configure.cmd,v 1.21.2. 4 2002-04-29 11:31:25bird Exp $1 /* $Id: configure.cmd,v 1.21.2.5 2002-04-29 11:32:47 bird Exp $ 2 2 * 3 3 * Configuration script. … … 15 15 fInteractive = 1; 16 16 fWin32k = 1; 17 fWithkLib = 0; 17 18 18 19 /* parse arguments */ … … 41 42 select 42 43 when (sParm = '-WITH-KLIB') then 43 fWith KLib = 1;44 fWithkLib = 1; 44 45 otherwise 45 46 say 'syntax error ('asArgs.i')'; … … 49 50 when (ch = '?' | ch = 'H' | substr(sArg, 1, 2) = '-H') then 50 51 do 51 say 'Odin32 Configure.cmd. $Revision: 1.21.2. 4$.'52 say 'Odin32 Configure.cmd. $Revision: 1.21.2.5 $.' 52 53 say 'syntax: Configure.cmd [options]' 53 54 say ' -n Noninteractive.'
Note:
See TracChangeset
for help on using the changeset viewer.