Changeset 154


Ignore:
Timestamp:
Aug 31, 2009, 11:56:44 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake: Automatically use different link flags when linking qmake with WLINK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qmake/Makefile.os2-g++

    r40 r154  
    33endif
    44
    5 #cmd version
     5# version
    66
    77ifeq "$(BUILD_PATH)" ""
     
    2525                -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM
    2626CXXFLAGS    =   $(CFLAGS)
     27
     28
     29
    2730LFLAGS      =   -s -Zomf -Zstack 0x2000 -Zlinker /PM:VIO -Zlinker /EXEPACK:2
     31
    2832LIBS        =   -lregistry.dll
    2933LINKQMAKE   =   g++ $(LFLAGS) -o qmake.exe $(OBJS) $(QTOBJS) $(LIBS)
Note: See TracChangeset for help on using the changeset viewer.