Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 26, 2010, 12:00:14 AM (13 years ago)
Author:
rgrieder
Message:

Sorted out Visual Leak Detector issues (using new version 2 now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/forks/sandbox_qt/cmake/CompilerConfigMSVC.cmake

    r7439 r7806  
    3535
    3636######################## Options ########################
    37 
    38 # Currently VLD has a problem with MSVC9 although it actually is supported
    39 IF(MSVC80)
    40   OPTION(VISUAL_LEAK_DETECTOR_ENABLE "Memory leak detector" off)
    41 ENDIF()
    42 # Make sure the value is "on" or "off" for vld.ini
    43 IF(VISUAL_LEAK_DETECTOR_ENABLE)
    44   SET(VISUAL_LEAK_DETECTOR_ENABLE on)
    45 ELSE()
    46   SET(VISUAL_LEAK_DETECTOR_ENABLE off)
    47 ENDIF()
    4837
    4938# Orxonox only supports MSVC 8 and above, which gets asserted above
Note: See TracChangeset for help on using the changeset viewer.