Skip to content

Commit a3fed49

Browse files
committed
fixed:make file
1 parent 9bd26d3 commit a3fed49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • XEngine_Source/XEngine_ServiceApp

XEngine_Source/XEngine_ServiceApp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++20
22
PLATVER =
33
LOADHDR = -I ./ -I ../XEngine_DependLibrary/XEngine_Module/jsoncpp
44
LOADSO = -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
66
LIB = -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

0 commit comments

Comments
 (0)