Changeset 847 for trunk/qmake/option.cpp


Ignore:
Timestamp:
May 6, 2011, 7:26:50 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Fixed the OS/2 build and the GNUMAKE generator.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/option.cpp

    r846 r847  
    263263            } else if(opt == "os2") {
    264264                fprintf(stderr, "-os2 is deprecated.\n");
    265                 Option::host_mode = TARG_OS2_MODE;
     265                Option::host_mode = _OS2_MODE;
    266266                Option::target_mode = TARG_OS2_MODE;
    267267                Option::target_mode_overridden = true;
Note: See TracChangeset for help on using the changeset viewer.