Changeset 10209 for code/trunk/src
- Timestamp:
- Jan 29, 2015, 5:44:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/SourceConfig.cmake
r9683 r10209 63 63 IF(VISUAL_LEAK_DETECTOR_ENABLE) 64 64 # Force library linking by forcing the inclusion of a symbol 65 ADD_LINKER_FLAGS("-INCLUDE:__imp_? vld@@3VVisualLeakDetector@@A" Debug)65 ADD_LINKER_FLAGS("-INCLUDE:__imp_?g_vld@@3VVisualLeakDetector@@A" Debug) 66 66 IF(MSVC90) 67 67 # VS 2008 incremental linker crashes with /INCLUDE most of the time … … 136 136 ENDIF() 137 137 138 IF(VISUAL_LEAK_DETECTOR_ENABLE)139 INCLUDE_DIRECTORIES(${VLD_INCLUDE_DIR})140 ENDIF()141 142 138 ############## CEGUI OGRE Renderer ############## 143 139
Note: See TracChangeset
for help on using the changeset viewer.