Changeset 415 for trunk/mkspecs


Ignore:
Timestamp:
Dec 10, 2009, 11:51:35 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

qmake/os2-g++: Added the "map" CONFIG option (set by default) that turns on generation of the .map file, instead of specifying the relevant option in the compiler flags directly. This allows to properly delete the generated .map file in the clean target.

Location:
trunk/mkspecs
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mkspecs/features/os2/default_post.prf

    r400 r415  
    66    }
    77}
     8
     9CONFIG *= map
    810
    911# load the global default_post
  • trunk/mkspecs/os2-g++/qmake.conf

    r382 r415  
    7676QMAKE_LINK_C        = gcc
    7777ilink {
    78     QMAKE_LFLAGS            = -Zomf -Zstack 0x2000 -Zmap
     78    QMAKE_LFLAGS            = -Zomf -Zstack 0x2000
    7979    QMAKE_LFLAGS_EXCEPTIONS_ON  =
    8080    QMAKE_LFLAGS_EXCEPTIONS_OFF =
     
    8484    QMAKE_LFLAGS_WINDOWS    = -Zlinker /PM:PM -Zno-fork
    8585    QMAKE_LFLAGS_DLL        = -Zdll
     86    QMAKE_LFLAGS_MAP        = -Zmap
    8687}
    8788wlink {
    88     QMAKE_LFLAGS            = -Zomf -Zstack 0x2000 -Zmap -Zlinker \"DISABLE 1121\"
     89    QMAKE_LFLAGS            = -Zomf -Zstack 0x2000 -Zlinker \"DISABLE 1121\"
    8990    QMAKE_LFLAGS_EXCEPTIONS_ON  =
    9091    QMAKE_LFLAGS_EXCEPTIONS_OFF =
     
    9495    QMAKE_LFLAGS_WINDOWS    = -Zno-fork
    9596    QMAKE_LFLAGS_DLL        = -Zdll
     97        QMAKE_LFLAGS_MAP        = -Zmap
    9698}
    9799
Note: See TracChangeset for help on using the changeset viewer.