Changeset 400 for trunk/mkspecs


Ignore:
Timestamp:
Dec 8, 2009, 2:02:04 AM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/features/os2: In single build mode, build_pass is always undefined. Use BUILDS to filter out this case.

Location:
trunk/mkspecs/features/os2
Files:
3 edited

Legend:

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

    r384 r400  
    1111
    1212# convert QMAKE_TARGET_ variables to DEF_FILE_ ones
    13 build_pass {
     13build_pass {
    1414    isEmpty(DEF_FILE_VERSION) {
    1515        DEF_FILE_VERSION = $$VERSION
     
    2929}
    3030
    31 build_pass {
     31build_pass {
    3232    contains(TEMPLATE, ".*app"):isEmpty(DEF_FILE) {
    3333        DEF_FILE_DESCR =
  • trunk/mkspecs/features/os2/default_pre.prf

    r313 r400  
    5454    export(BUILDS)
    5555
    56     !build_pass: return(true)
     56    !build_pass:return(true)
    5757
    5858    # define _VERSION_OVERRIDE statements if needed
     
    130130    !contains(SPLIT_PARTS, $$1):error("splitDllPart: part '$$1' is not defined by splitDllBegin!")
    131131
    132     !build_pass:return(true)
     132    !build_pass:return(true)
    133133
    134134    equals(1, "."):scope = Part
     
    160160    !dll:error("splitDllEnd may only be used for DLLs!")
    161161
    162     !build_pass:return(true)
     162    !build_pass:return(true)
    163163
    164164    for(a, SPLIT_PARTS) {
  • trunk/mkspecs/features/os2/exepack.prf

    r313 r400  
    11isEmpty(QMAKE_EXEPACK):error("'exepack' is present in CONFIG but QMAKE_EXEPACK is not defined!")
    22
    3 build_pass {
     3build_pass {
    44        CONFIG(release, debug|release) {
    55                !isEmpty(QMAKE_POST_LINK):QMAKE_POST_LINK += $$escape_expand(\n\t)
Note: See TracChangeset for help on using the changeset viewer.