summaryrefslogtreecommitdiff
path: root/src/organizer.pro
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-08-01 12:10:49 +0200
committerTannin <devnull@localhost>2014-08-01 12:10:49 +0200
commit844ba99892e0a2c3ffff8b5a010c72104c8e41aa (patch)
treeb50492efc2b641b634d00b8f99d0b96ed5784ed6 /src/organizer.pro
parent715623e7905e5f64f5b331f4523642aab1aedd34 (diff)
- performance optimizations for detection of file changes in mod directories
- added a workaround for download-link handling in chrome - MO will now create a profile even if the game-launcher has never been run - bugfix: files weren't cleanly removed from vfs file register
Diffstat (limited to 'src/organizer.pro')
-rw-r--r--src/organizer.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/organizer.pro b/src/organizer.pro
index 86a958fa..01b950fa 100644
--- a/src/organizer.pro
+++ b/src/organizer.pro
@@ -233,10 +233,14 @@ OTHER_FILES += \
# leak detection with vld
-#INCLUDEPATH += "E:/Visual Leak Detector/include"
-#LIBS += -L"E:/Visual Leak Detector/lib/Win32"
+INCLUDEPATH += "E:/Visual Leak Detector/include"
+LIBS += -L"E:/Visual Leak Detector/lib/Win32"
#DEFINES += LEAK_CHECK_WITH_VLD
+# custom leak detection
+LIBS += -lDbgHelp
+
+# model tests
#SOURCES += modeltest.cpp
#HEADERS += modeltest.h
#DEFINES += TEST_MODELS