This commit is contained in:
2013-08-02 22:20:40 +00:00
parent df4429eb05
commit 3a100d9d33
10 changed files with 111 additions and 58 deletions

View File

@@ -66,7 +66,12 @@ extern AUTOMEDO_MSGDATA g_AutomedoData;
extern COPYDATASTRUCT g_AutoMedoCopyDataStructure;
/////////////////////////////////////////////////
#ifdef _DEBUG
#pragma comment(lib,"Debug/HookInj.lib")
#else
#pragma comment(lib,"Release/HookInj.lib")
#endif
#pragma message("Automatically linking with HookInj.lib")
#include "../HookInj/HookInj.h"
#pragma comment( lib, "ws2_32.lib" )