File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
XEngine_Source/XEngine_ServiceApp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ RELEASE = 0
66UNICODE = 0
77LOADHDR = -I ./ -I ../XEngine_ThirdPart/jsoncpp
88LOADSO = -L /usr/local/lib/XEngine_Release/XEngine_BaseLib -L /usr/local/lib/XEngine_Release/XEngine_Core -L /usr/local/lib/XEngine_Release/XEngine_HelpComponents -L /usr/local/lib/XEngine_Release/XEngine_RfcComponents -L /usr/local/lib/XEngine_Release/XEngine_Client -L /usr/local/lib/XEngine_Release/XEngine_NetHelp \
9- -L ../XEngine_ModuleConfigure -L ../XEngine_ModuleAuthorize -L ../ XEngine_ModuleSession -L ../XEngine_ModuleProtocol \
9+ -L ../XEngine_ModuleConfigure -L ../XEngine_ModuleSession -L ../XEngine_ModuleProtocol \
1010 -L ../XEngine_ThirdPart/jsoncpp
1111LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_OPenSsl -lXEngine_ManagePool -lXEngine_NetXApi -lHelpComponents_XLog -lHelpComponents_Packets -lRfcComponents_ProxyProtocol -lXClient_Socket -lNetHelp_APIHelp \
12- -lXEngine_ModuleConfigure -lXEngine_ModuleAuthorize - lXEngine_ModuleSession -lXEngine_ModuleProtocol \
12+ -lXEngine_ModuleConfigure -lXEngine_ModuleSession -lXEngine_ModuleProtocol \
1313 -ljsoncpp
1414LIBEX =
1515OBJECTS = XEngine_Configure.o XEngine_Network.o XEngine_SocksTask.o XEngine_TunnelTask.o XEngine_ForwardTask.o XEngine_ServiceApp.o
You can’t perform that action at this time.
0 commit comments