Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2011, 4:15:19 AM (14 years ago)
Author:
rgrieder
Message:

Renamed the infamous 'Compilation' to 'BuildUnit' which definitely suits better and avoids much of the general confusion.
There are no actual changes, just the renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/unity_build/src/CMakeLists.txt

    r8420 r8558  
    6666      ADD_LINKER_FLAGS   ("-INCREMENTAL:NO"  Debug)
    6767    ENDIF()
    68     IF(NOT DISABLE_COMPILATIONS)
    69       # Compilations seem to generate 'memory leaks' with static variables
    70       MESSAGE("Warning: You should disable Compilations when using VLD!")
     68    IF(NOT DISABLE_BUILD_UNITS)
     69      # Build units seem to generate 'memory leaks' with static variables
     70      MESSAGE("Warning: You should disable build units when using VLD!")
    7171    ENDIF()
    7272  ENDIF()
Note: See TracChangeset for help on using the changeset viewer.