diff options
author | George Hazan <george.hazan@gmail.com> | 2016-05-13 21:14:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-05-13 21:14:29 +0000 |
commit | 97112b871b647ab9841bcfc4e5e47f45833b028e (patch) | |
tree | fd1ebf35e6b6940808c73445fe808d7842097473 | |
parent | 47bd5fea4b801de394030491d8b2748f3d7511b5 (diff) |
libs to be placed into correct folders
git-svn-id: http://svn.miranda-ng.org/main/trunk@16832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | include/msapi/vld.h | 6 | ||||
-rw-r--r-- | libs/win32/vld.lib (renamed from bin12/lib/vld32.lib) | bin | 6744 -> 6744 bytes | |||
-rw-r--r-- | libs/win64/vld.lib (renamed from bin12/lib/vld64.lib) | bin | 6638 -> 6638 bytes |
3 files changed, 1 insertions, 5 deletions
diff --git a/include/msapi/vld.h b/include/msapi/vld.h index b2dda9e34d..2f574ada35 100644 --- a/include/msapi/vld.h +++ b/include/msapi/vld.h @@ -32,11 +32,7 @@ typedef void* VLD_HMODULE; #if defined _DEBUG || defined VLD_FORCE_ENABLE
-#ifdef _WIN64
-#pragma comment(lib, "vld64.lib")
-#else
-#pragma comment(lib, "vld32.lib")
-#endif
+#pragma comment(lib, "vld.lib")
// Force a symbolic reference to the global VisualLeakDetector class object from
// the DLL. This ensures that the DLL is loaded and linked with the program,
diff --git a/bin12/lib/vld32.lib b/libs/win32/vld.lib Binary files differindex a466f0bf09..a466f0bf09 100644 --- a/bin12/lib/vld32.lib +++ b/libs/win32/vld.lib diff --git a/bin12/lib/vld64.lib b/libs/win64/vld.lib Binary files differindex ebcb0e3c5e..ebcb0e3c5e 100644 --- a/bin12/lib/vld64.lib +++ b/libs/win64/vld.lib |