Changeset 2673 for code/branches/buildsystem3/src
- Timestamp:
- Feb 16, 2009, 4:15:52 PM (16 years ago)
- Location:
- code/branches/buildsystem3/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/buildsystem3/src/OrxonoxConfig.h.in
r2664 r2673 169 169 170 170 /* Visual Leak Detector looks for memory leaks */ 171 #cmakedefine ACTIVATE_VISUAL_LEAK_DETECTOR172 #ifdef ACTIVATE_VISUAL_LEAK_DETECTOR171 #cmakedefine VISUAL_LEAK_DETECTOR_ENABLE 172 #ifdef VISUAL_LEAK_DETECTOR_ENABLE 173 173 # include <vld.h> 174 174 #endif -
code/branches/buildsystem3/src/orxonox/CMakeLists.txt
r2670 r2673 76 76 ) 77 77 78 ORXONOX_INSTALL(orxonox) 79 80 78 81 # When using Visual Studio we want to use the output directory as working 79 82 # directory and we also want to specify where the external dlls … … 93 96 CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/orxonox.vcproj.user" "${CMAKE_CURRENT_BINARY_DIR}/orxonox.vcproj.user") 94 97 ENDIF(MSVC) 95 96 ORXONOX_INSTALL(orxonox)
Note: See TracChangeset
for help on using the changeset viewer.