File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ CC = g++ -Wall -std=c++17 -fPIC
22PLATVER =
33FILEEXT =
44LIBFLAG =
5- LOADHDR = -I ./ -I ../XEngine_Depend /XEngine_Module/jsoncpp
6- LOADSO = -L ../XEngine_Depend /XEngine_Module/jsoncpp
5+ LOADHDR = -I ./ -I ../XEngine_DependLibrary /XEngine_Module/jsoncpp
6+ LOADSO = -L ../XEngine_DependLibrary /XEngine_Module/jsoncpp
77LIB = -ljsoncpp
88LIBEX =
99OBJECTS = ModuleConfigure_Json.o pch.o
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ CC = g++ -Wall -std=c++17 -fPIC
22PLATVER =
33FILEEXT =
44LIBFLAG =
5- LOADHDR = -I ./ -I ../XEngine_Depend /XEngine_Module/jsoncpp
6- LOADSO = -L ../XEngine_Depend /XEngine_Module/jsoncpp
5+ LOADHDR = -I ./ -I ../XEngine_DependLibrary /XEngine_Module/jsoncpp
6+ LOADSO = -L ../XEngine_DependLibrary /XEngine_Module/jsoncpp
77LIB = -ljsoncpp
88LIBEX =
99OBJECTS = ModuleProtocol_Packet.o ModuleProtocol_Parse.o pch.o
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++17
22PLATVER =
33LOADHDR = -I ./
44LOADSO = -L ../../XEngine_ModuleConfigure -L ../../XEngine_ModuleDatabase -L ../../XEngine_ModuleProtocol \
5- -L ../../XEngine_Depend /XEngine_Module/jsoncpp
5+ -L ../../XEngine_DependLibrary /XEngine_Module/jsoncpp
66LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lNetHelp_APIHelp -lXEngine_ManagePool -lHelpComponents_XLog -lHelpComponents_Packets \
77 -lXEngine_ModuleConfigure -lXEngine_ModuleDatabase -lXEngine_ModuleProtocol \
88 -ljsoncpp
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++17
22PLATVER =
33LOADHDR = -I ./
44LOADSO = -L ../../XEngine_ModuleConfigure -L ../../XEngine_ModuleDatabase -L ../../XEngine_ModuleProtocol \
5- -L ../../XEngine_Depend /XEngine_Module/jsoncpp
5+ -L ../../XEngine_DependLibrary /XEngine_Module/jsoncpp
66LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_ManagePool -lHelpComponents_XLog -lRfcComponents_HttpProtocol \
77 -lXEngine_ModuleConfigure -lXEngine_ModuleDatabase -lXEngine_ModuleProtocol \
88 -ljsoncpp
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++17
22PLATVER =
33LOADHDR = -I ./
44LOADSO = -L ../../XEngine_ModuleConfigure -L ../../XEngine_ModuleDatabase -L ../../XEngine_ModuleProtocol \
5- -L ../../XEngine_Depend /XEngine_Module/jsoncpp
5+ -L ../../XEngine_DependLibrary /XEngine_Module/jsoncpp
66LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_ManagePool -lHelpComponents_XLog -lRfcComponents_HttpProtocol \
77 -lXEngine_ModuleConfigure -lXEngine_ModuleDatabase -lXEngine_ModuleProtocol \
88 -ljsoncpp
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CC = g++ -Wall -std=c++17
22PLATVER =
33LOADHDR = -I ./
44LOADSO = -L ../../XEngine_ModuleConfigure -L ../../XEngine_ModuleDatabase -L ../../XEngine_ModuleProtocol \
5- -L ../../XEngine_Depend /XEngine_Module/jsoncpp
5+ -L ../../XEngine_DependLibrary /XEngine_Module/jsoncpp
66LIB = -lXEngine_BaseLib -lXEngine_Algorithm -lXEngine_Core -lXEngine_ManagePool -lHelpComponents_XLog -lRfcComponents_WSProtocol \
77 -lXEngine_ModuleConfigure -lXEngine_ModuleDatabase -lXEngine_ModuleProtocol \
88 -ljsoncpp
You can’t perform that action at this time.
0 commit comments