File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ APIMODULE_IPMAC_PATH = ./XEngine_DBDepend/XEngine_IPMacData/XEngine_Source/XEngi
2525
2626APP_HTTP_PATH = ./XEngine_ServiceApp/XEngine_HttpApp
2727
28+ ifeq ($(PLATFORM ) ,linux)
29+ FILEEXT = so
30+ else ifeq ($(PLATFORM),mac)
31+ FILEEXT = dylib
32+ endif
33+
2834XENGINE_MODULES = libjsoncpp.so libXEngine_InfoReport.so \
2935 libXEngine_ModuleConfigure.so libXEngine_ModuleDatabase.so libXEngine_ModuleProtocol.so libXEngine_ModuleSystem.so libXEngine_ModuleHelp.so libXEngine_ModulePlugin.so \
3036 libModulePlugin_Zodiac.so libModulePlugin_Password.so libModulePlugin_Timezone.so libModulePlugin_BMIndex.so libModulePlugin_Meter.so \
@@ -34,12 +40,6 @@ XENGINE_MODULES = libjsoncpp.so libXEngine_InfoReport.so \
3440.PHONY :MakeAll
3541MakeAll :$(XENGINE_MODULES )
3642
37- ifeq ($(PLATFORM ) ,linux)
38- FILEEXT = so
39- else ifeq ($(PLATFORM),mac)
40- FILEEXT = dylib
41- endif
42-
4343libjsoncpp.so :
4444ifeq ($(FLAGS ) , InstallAll)
4545 cp $(THIRDPART_MODULE_JSONCPP)/libjsoncpp.$(FILEEXT) ../XEngine_Release/
You can’t perform that action at this time.
0 commit comments