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/mkspecs/os2-g++/qmake.conf

    r101 r103  
    100100
    101101QMAKE_RUN_LINK          = $(LINK) $(LFLAGS) -o $(DESTDIR_TARGET) $(DEF_FILE) $$QMAKE_OBJECTS_REF $(LIBS)
    102 QMAKE_RUN_IMPLIB        = emximp -p 128 -o $(basename $(DESTDIR_TARGET)).lib $(DEF_FILE)
     102QMAKE_RUN_IMPLIB        = emximp -p 128 -o $(TARGET_IMPLIB) $(DEF_FILE)
    103103
    104104QMAKE_RUN_GENDEF        = \
     
    112112            $$QMAKE_OBJECTS_REF)
    113113
    114 QMAKE_GENDEF_DEPS       = $(OBJECTS)
     114QMAKE_GENDEF_DEPS       = $(OBJECTS) $$_PRO_FILE_
    115115
    116116QMAKE_LIBS              =
Note: See TracChangeset for help on using the changeset viewer.