Changeset 382 for trunk/qmake/generators


Ignore:
Timestamp:
Dec 5, 2009, 12:28:54 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

general: Added recognition of DEF_FILE_VERSION, DEF_FILE_DESCRIPTION and DEF_FILE_VENDOR qmake variables used to generate the DLL description string. If not set explicitly, they are initialized from the corresponding QMAKE_TARGET_ variables recognized on Win32, for compatibility.

File:
1 edited

Legend:

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

    r370 r382  
    546546            project->values("QMAKE_CLEAN").append("$(DEF_FILE)");
    547547            project->values("POST_TARGETDEPS") += escapeFileVars("$(DEF_FILE)");
     548
     549
     550
     551
     552
     553
    548554            if (!project->isEmpty("DEF_FILE_TEMPLATE")) {
    549555                t << "DEF_FILE_TEMPLATE = " << escapeFilePath(var("DEF_FILE_TEMPLATE")) << endl;
Note: See TracChangeset for help on using the changeset viewer.