File tree Expand file tree Collapse file tree
XEngine_Source/XEngine_ServiceApp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++20
22PLATVER =
33LOADHDR = -I ./ -I ../XEngine_DependLibrary/XEngine_Module/jsoncpp
44LOADSO = -L ../XEngine_ModuleConfigure -L ../XEngine_ModuleSession -L ../XEngine_ModuleProtocol -L ../XEngine_ModuleHelp \
5- -L ../XEngine_DependLibrary/XEngine_Module/jsoncpp -L ../XEngine_DependLibrary/XEngine_Module/XEngine_InfoReport -L ... /XEngine_DependLibrary/XEngine_Module/XEngine_Verification
5+ -L ../XEngine_DependLibrary/XEngine_Module/jsoncpp -L ../XEngine_DependLibrary/XEngine_Module/XEngine_InfoReport -L ../XEngine_DependLibrary/XEngine_Module/XEngine_Verification
66LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_Cryption -lXEngine_ManagePool -lXClient_Socket -lXClient_APIHelp -lHelpComponents_XLog -lHelpComponents_Packets -lRfcComponents_ProxyProtocol -lRfcComponents_HttpProtocol -lNetHelp_APIHelp -lNetHelp_APIAddr -lNetHelp_XSocket \
77 -lXEngine_ModuleConfigure -lXEngine_ModuleSession -lXEngine_ModuleProtocol -lXEngine_ModuleHelp \
88 -ljsoncpp -lXEngine_InfoReport -lXEngine_Verification
You can’t perform that action at this time.
0 commit comments