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
16
16
17
17
APPSERVICE_STORAGE_PATH = ./XEngine_StorageApp
18
18
19
+ ifeq ($(PLATFORM ) ,linux)
20
+ FILEEXT = so
21
+ else ifeq ($(PLATFORM),mac)
22
+ FILEEXT = dylib
23
+ endif
24
+
19
25
XENGINE_MODULES = libjsoncpp.so libtinyxml2.so libXEngine_InfoReport.so \
20
26
libStorageModule_Database.so libStorageModule_Config.so libStorageModule_Session.so libStorageModule_APIHelp.so libStorageModule_Protocol.so libStorageModule_BTorrent.so \
21
27
XEngine_StorageApp.exe
22
28
23
29
.PHONY :MakeAll
24
30
MakeAll :$(XENGINE_MODULES )
25
-
26
- ifeq ($(PLATFORM ) ,linux)
27
- FILEEXT = so
28
- else ifeq ($(PLATFORM),mac)
29
- FILEEXT = dylib
30
- endif
31
31
32
32
libjsoncpp.so :
33
33
ifeq ($(FLAGS ) , InstallAll)
You can’t perform that action at this time.
0 commit comments