Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 16, 2009, 4:15:52 PM (15 years ago)
Author:
rgrieder
Message:
  • Renamed some Cache variables
  • Hid some other (into the advanced section)
  • removed /../ from media and dependency directory
  • OGRE plugins don't specify the render systems anymore, just the plugins.
  • CheckOGREPlugins automatically finds the available render systems
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/cmake/BuildConfigMSVC.cmake

    r2668 r2673  
    2626######################## Options ########################
    2727
    28 OPTION(ACTIVATE_VISUAL_LEAK_DETECTOR "Memory leak detector" FALSE)
     28OPTION(VISUAL_LEAK_DETECTOR_ENABLE "Memory leak detector" FALSE)
    2929
    3030#################### Compiler Flags #####################
     
    6565
    6666# Increase warning level if requested
    67 IF(EXTRA_WARNINGS)
     67IF(EXTRA_COMPILER_WARNINGS)
    6868  REMOVE_COMPILER_FLAGS("-W1 -W2 -W3" CACHE)
    6969  ADD_COMPILER_FLAGS   ("-W4" CACHE)
Note: See TracChangeset for help on using the changeset viewer.