Changeset 21516 for trunk/src


Ignore:
Timestamp:
Dec 7, 2010, 1:46:34 PM (15 years ago)
Author:
dmik
Message:

Added --use-oldlib configure option that selects the old LIB tool for VAC/WATCOM targets which generates static libraries in a previous format understood by EMX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/configure.cmd

    r21298 r21516  
    1616    fWin32k         = 1;
    1717    fWithKLib       = 0;
     18    fUseOldLib      = 0;
    1819
    1920    /* parse arguments */
     
    4243                        when (sParm = '-WITH-KLIB') then
    4344                            fWithKLib = 1;
     45                        when (sParm = '-USE-OLDLIB') then
     46                            fUseOldLib = 1;
    4447                        otherwise
    4548                            say 'syntax error ('asArgs.i')';
     
    5356                    say '  -w           Don''t build Win32k.'
    5457                    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.'
    5659                    say '  -h           This text.'
    5760                    exit(1);
Note: See TracChangeset for help on using the changeset viewer.