- Timestamp:
- Dec 7, 2010, 1:46:34 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/configure.cmd
r21298 r21516 16 16 fWin32k = 1; 17 17 fWithKLib = 0; 18 fUseOldLib = 0; 18 19 19 20 /* parse arguments */ … … 42 43 when (sParm = '-WITH-KLIB') then 43 44 fWithKLib = 1; 45 when (sParm = '-USE-OLDLIB') then 46 fUseOldLib = 1; 44 47 otherwise 45 48 say 'syntax error ('asArgs.i')'; … … 53 56 say ' -w Don''t build Win32k.' 54 57 say ' --with-klib Build with kLib. (Will checkout kLib for you.)' 55 say ' - h This text.'58 say ' --use-oldlib Use old LIB tool to build emxomfld-compatible LIB files.' 56 59 say ' -h This text.' 57 60 exit(1);
Note:
See TracChangeset
for help on using the changeset viewer.