Add SSL encoding

Add long option
Add Android NDK compilation
No longer use the iniparser to read configuration files
This commit is contained in:
2020-03-24 11:46:32 +08:00
parent d0564e6f31
commit e6072984a2
16 changed files with 541 additions and 302 deletions

View File

@@ -1,8 +1,8 @@
CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc
STRIP := $(CROSS_COMPILE)strip
CFLAGS += -g -O2 -Wall -I../iniparser/src -L../iniparser
LIBS = -liniparser -pthread -static
CFLAGS += -g -O2 -Wall
LIBS = -pthread -static
OBJ := CProxy
all: proxy.o http.o request.o picohttpparser.o conf.o timeout.o kill.o help.o