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
Location:
code/branches/buildsystem3/src
Files:
2 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
  • code/branches/buildsystem3/src/orxonox/CMakeLists.txt

    r2670 r2673  
    7676)
    7777
     78ORXONOX_INSTALL(orxonox)
     79
     80
    7881# When using Visual Studio we want to use the output directory as working
    7982# directory and we also want to specify where the external dlls
     
    9396  CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox.vcproj.user" "${CMAKE_CURRENT_BINARY_DIR}/orxonox.vcproj.user")
    9497ENDIF(MSVC)
    95 
    96 ORXONOX_INSTALL(orxonox)
Note: See TracChangeset for help on using the changeset viewer.