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/project.cpp

    r846 r847  
    15171517                    else if (os == "win32")
    15181518                        Option::target_mode = Option::TARG_WIN_MODE;
     1519                    else if (os == "os2")
     1520                        Option::target_mode = Option::TARG_OS2_MODE;
    15191521                    else
    15201522                        fprintf(stderr, "Unknown target platform specified: %s\n",
Note: See TracChangeset for help on using the changeset viewer.