Ignore:
Timestamp:
Jun 30, 2011, 9:43:03 PM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: os2/gnumake: Added support for the internal QMAKE_RUN_RC2RES_ENV variable that allows to pass parameters to RC.EXE through environment variables bypassing the CMD.EXE's 1024 char limitation. Closes #214.

File:
1 edited

Legend:

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

    r872 r880  
    624624    if (!project->isEmpty("RC_FILE") && !project->isEmpty("RES_FILE") &&
    625625        !project->isEmpty("QMAKE_RUN_RC2RES")) {
     626
     627
     628
    626629        t << escapeFileVars("$(RES_FILE): $(RC_FILE)\n\t");
    627         t << var("QMAKE_RUN_RC2RES") << endl;
     630        t << var("QMAKE_RUN_RC2RES") << endl;
    628631    }
    629632}
Note: See TracChangeset for help on using the changeset viewer.