Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 29, 2015, 5:44:37 PM (9 years ago)
Author:
muemart
Message:

More MSVC fixes

  • Update dependecy package version requirements
  • Update Visual Leak Detector detection and linking Headers are not needed because symbols are force referenced (this is all the header does, anyway)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/SourceConfig.cmake

    r9683 r10209  
    6363  IF(VISUAL_LEAK_DETECTOR_ENABLE)
    6464    # 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)
    6666    IF(MSVC90)
    6767      # VS 2008 incremental linker crashes with /INCLUDE most of the time
     
    136136ENDIF()
    137137
    138 IF(VISUAL_LEAK_DETECTOR_ENABLE)
    139   INCLUDE_DIRECTORIES(${VLD_INCLUDE_DIR})
    140 ENDIF()
    141 
    142138############## CEGUI OGRE Renderer ##############
    143139
Note: See TracChangeset for help on using the changeset viewer.