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 @@ -16,18 +16,18 @@ BASE_BTORRENT_PATH = ./StorageModule_BTorrent
1616
1717APPSERVICE_STORAGE_PATH = ./XEngine_StorageApp
1818
19+ ifeq ($(PLATFORM ) ,linux)
20+ FILEEXT = so
21+ else ifeq ($(PLATFORM),mac)
22+ FILEEXT = dylib
23+ endif
24+
1925XENGINE_MODULES = libjsoncpp.so libtinyxml2.so libXEngine_InfoReport.so \
2026 libStorageModule_Database.so libStorageModule_Config.so libStorageModule_Session.so libStorageModule_APIHelp.so libStorageModule_Protocol.so libStorageModule_BTorrent.so \
2127 XEngine_StorageApp.exe
2228
2329.PHONY :MakeAll
2430MakeAll :$(XENGINE_MODULES )
25-
26- ifeq ($(PLATFORM ) ,linux)
27- FILEEXT = so
28- else ifeq ($(PLATFORM),mac)
29- FILEEXT = dylib
30- endif
3131
3232libjsoncpp.so :
3333ifeq ($(FLAGS ) , InstallAll)
You can’t perform that action at this time.
0 commit comments