Commit 9618f770 authored by captainwong's avatar captainwong

update prebuild tools

parent 0865e1f3
......@@ -11,9 +11,9 @@
#endif
#else // WIN32
#ifdef _DEBUG
#pragma comment(lib, "../Debug/ademco_hbd.lib")
#pragma comment(lib, "../Win32/Debug/ademco_hbd.lib")
#else
#pragma comment(lib, "../Release/ademco_hb.lib")
#pragma comment(lib, "../Win32/Release/ademco_hb.lib")
#endif
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment