Changeset 201 for trunk/qmake/generators


Ignore:
Timestamp:
Jun 19, 2011, 8:27:54 PM (14 years ago)
Author:
rudi
Message:

Allow to use the Watcom linker WL.EXE bundled with "newer" GCCs. Also increased library page size and set CPU instuction set and optimisation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/generators/os2/gnumake.cpp

    r152 r201  
    253253        if ( !project->isEmpty( "RES_FILE" ) && !project->isEmpty( "QMAKE_RUN_RC_EXE" ) )
    254254            t << "\n\t" << var("QMAKE_RUN_RC_EXE");
     255        if ( !project->variables()["QMAKE_POST_LINK"].isEmpty() )
     256            t << "\n\t" << var( "QMAKE_POST_LINK" );
    255257        if ( project->isActiveConfig("dll") && !project->isEmpty( "QMAKE_RUN_IMPLIB" ) )
    256258            t << "\n\t" << var( "QMAKE_RUN_IMPLIB" );
Note: See TracChangeset for help on using the changeset viewer.