Changeset 294 for trunk


Ignore:
Timestamp:
Nov 6, 2009, 1:43:46 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

mkspecs/features: Process static/shared CONFIG options in the global default_post.prf (similar to debug/release) to make sure that we will see actual output directories (e.g. OBJECTS_DIR) with all fixes applied in platform-specific default_post.prf files.

File:
1 edited

Legend:

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

    r2 r294  
    22else:load(release)
    33debug_and_release:load(debug_and_release)
     4CONFIG(static, static|shared):load(static)
     5else:load(shared)
     6static_and_shared:load(static_and_shared)
    47incredibuild_xge {
    58    CONFIG -= incredibuild_xge
Note: See TracChangeset for help on using the changeset viewer.