Ignore:
Timestamp:
Aug 12, 2009, 3:19:40 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/os2-g++: 1) Generate a separate rule for the import library (for the split DLL function). 2) Make link_prl work (in particular, automatically add the required libraries from the .prl file of the library to the target that uses it).

File:
1 edited

Legend:

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

    r44 r103  
    7171    void processRcFileVar();
    7272    void processPrlVariable(const QString &var, const QStringList &l);
     73
    7374
    7475    QStringList &findDependencies(const QString &file);
     
    7677    QString preCompHeaderOut;
    7778
     79
    7880    virtual bool findLibraries();
    7981    void fixTargetExt();
Note: See TracChangeset for help on using the changeset viewer.