We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7454ed0 commit 6a2fd03Copy full SHA for 6a2fd03
XEngine_Module/XEngine_Token/pch.h
@@ -45,21 +45,4 @@ extern XLONG Session_dwErrorCode;
45
46
#ifdef _MSC_BUILD
47
#pragma comment(lib,"XEngine_BaseLib/XEngine_BaseLib")
48
-#ifdef _DEBUG
49
-#ifdef _M_X64
50
-#pragma comment(lib,"x64/Debug/XEngine_Verification")
51
-#elif _M_ARM64
52
-#pragma comment(lib,"ARM64/Debug/XEngine_Verification")
53
-#elif _M_IX86
54
-#pragma comment(lib,"Debug/XEngine_Verification")
55
-#endif
56
-#else
57
58
-#pragma comment(lib,"x64/Release/XEngine_Verification")
59
60
-#pragma comment(lib,"ARM64/Release/XEngine_Verification")
61
62
-#pragma comment(lib,"Release/XEngine_Verification")
63
64
65
#endif
0 commit comments