Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 16, 2009, 4:15:52 PM (16 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/src/OrxonoxConfig.h.in

    r2664 r2673  
    169169
    170170/* Visual Leak Detector looks for memory leaks */
    171 #cmakedefine ACTIVATE_VISUAL_LEAK_DETECTOR
    172 #ifdef ACTIVATE_VISUAL_LEAK_DETECTOR
     171#cmakedefine VISUAL_LEAK_DETECTOR_ENABLE
     172#ifdef VISUAL_LEAK_DETECTOR_ENABLE
    173173#  include <vld.h>
    174174#endif
Note: See TracChangeset for help on using the changeset viewer.