File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ include $(PREBUILT_STATIC_LIBRARY)
8
8
9
9
include $(CLEAR_VARS )
10
10
LOCAL_MODULE := crsync
11
- LOCAL_SRC_FILES := digest.c diff.c patch.c http.c crsync.c helper.c magnet.c util.c log.c onepiece -jni.c ../extra/md5.c ../extra/tpl.c
11
+ LOCAL_SRC_FILES := digest.c diff.c patch.c http.c helper.c magnet.c util.c log.c crsync.c crsync -jni.c ../extra/md5.c ../extra/tpl.c
12
12
LOCAL_C_INCLUDES += ../extra
13
13
LOCAL_STATIC_LIBRARIES := curl
14
- LOCAL_CFLAGS += -DHASH_BLOOM=20 -DCURL_STATICLIB -std=c99 -fopenmp
14
+ LOCAL_CFLAGS += -DHASH_BLOOM=21 -DCURL_STATICLIB -std=c99 -fopenmp
15
15
LOCAL_LDLIBS += -lc -lz -llog
16
16
LOCAL_LDFLAGS += -fopenmp
17
17
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ SOURCES += \
11
11
diff.c \
12
12
patch.c \
13
13
http.c \
14
- crsync.c \
15
14
magnet.c \
16
15
helper.c \
17
16
util.c \
18
17
log.c \
19
- onepiece-main.c \
18
+ crsync.c \
19
+ crsync-console.c \
20
20
../extra/md5.c \
21
21
../extra/tpl.c \
22
22
../extra/win/mmap.c \
@@ -29,11 +29,11 @@ HEADERS += \
29
29
diff.h \
30
30
patch.h \
31
31
http.h \
32
- crsync.h \
33
32
magnet.h \
34
33
helper.h \
35
34
util.h \
36
35
log.h \
36
+ crsync.h \
37
37
crsyncver.h \
38
38
../extra/md5.h \
39
39
../extra/tpl.h \
@@ -44,7 +44,7 @@ HEADERS += \
44
44
../extra/dictionary.h \
45
45
../extra/iniparser.h
46
46
47
- DEFINES += HASH_BLOOM =20 CURL_STATICLIB
47
+ DEFINES += HASH_BLOOM =21 CURL_STATICLIB
48
48
INCLUDEPATH += $${_PRO_FILE_PWD_ }/../libcurl/include
49
49
LIBS += -L $${_PRO_FILE_PWD_ }/../libcurl/lib/m32 -lcurl -lws2_32
50
50
You can’t perform that action at this time.
0 commit comments