Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2011, 7:51:57 PM (13 years ago)
Author:
rgrieder
Message:

MSVC: use the user's vld.ini file for the Visual Leak Detector.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/bin/CMakeLists.txt

    r8351 r8420  
    3232    LIST(APPEND RUN_SCRIPTS ${_script}.bat)
    3333  ENDFOREACH(_script)
    34 ENDIF()
    35 # Also copy vld.ini (visual leak detector config) for MSVC
    36 IF(MSVC)
    37   LIST(APPEND RUN_SCRIPTS vld.ini)
    3834ENDIF()
    3935
Note: See TracChangeset for help on using the changeset viewer.