Changeset 452


Ignore:
Timestamp:
Jul 27, 2003, 2:20:03 AM (22 years ago)
Author:
bird
Message:

lxlite and missing space when appending DLLAR_CMDLINE to the commandline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/misc/dllar.cmd

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r451 r452  
    6161     */
    6262    parse arg cmdLine;
    63     cmdLine = cmdLine||value('DLLAR_CMDLINE',,'OS2ENVIRONMENT');
     63    cmdLine = cmdLine||" "||value('DLLAR_CMDLINE',,'OS2ENVIRONMENT');
    6464    outFile = '';
    6565    inputFiles.0 = 0;
     
    102102            when abbrev('nocrtdll', substr(tmp, 2), 5) then
    103103                CFLAGS = '-s';
     104            when abbrev('nolxlite', substr(tmp, 2), 5) then
     105                flag_USE_LXLITE = 0;
    104106            otherwise
    105107                EXTRA_CFLAGS = EXTRA_CFLAGS' 'tmp;
Note: See TracChangeset for help on using the changeset viewer.