Changeset 8312 for branches


Ignore:
Timestamp:
Apr 29, 2002, 1:32:47 PM (24 years ago)
Author:
bird
Message:

Bugfix.

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:25 bird Exp $
     1/* $Id: configure.cmd,v 1.21.2.5 2002-04-29 11:32:47 bird Exp $
    22 *
    33 * Configuration script.
     
    1515    fInteractive    = 1;
    1616    fWin32k         = 1;
     17    fWithkLib       = 0;
    1718
    1819    /* parse arguments */
     
    4142                    select
    4243                        when (sParm = '-WITH-KLIB') then
    43                             fWithKLib = 1;
     44                            fWithkLib = 1;
    4445                        otherwise
    4546                            say 'syntax error ('asArgs.i')';
     
    4950                when (ch = '?' | ch = 'H' | substr(sArg, 1, 2) = '-H') then
    5051                do
    51                     say 'Odin32 Configure.cmd. $Revision: 1.21.2.4 $.'
     52                    say 'Odin32 Configure.cmd. $Revision: 1.21.2.5 $.'
    5253                    say 'syntax: Configure.cmd [options]'
    5354                    say '  -n           Noninteractive.'
Note: See TracChangeset for help on using the changeset viewer.