included curl with support for patch

This commit is contained in:
skilion 2015-09-22 10:55:54 +02:00
parent c74282879b
commit e3f6712df6
3 changed files with 7110 additions and 3 deletions

View file

@ -1,9 +1,9 @@
DC = dmd
DFLAGS = -unittest -debug -g -gs -od./bin -of./bin/$@ -L-lcurl -L-lsqlite3 -L-ldl
DFLAGS = -debug -g -gs -od./bin -of./bin/$@ -L-lcurl -L-lsqlite3 -L-ldl
SOURCES = \
/usr/include/dlang/dmd/etc/c/curl.d \
/usr/include/dlang/dmd/std/net/curl.d \
patch/etc_c_curl.d \
patch/std_net_curl.d \
src/config.d \
src/itemdb.d \
src/main.d \

2314
patch/etc_c_curl.d Normal file

File diff suppressed because it is too large Load diff

4793
patch/std_net_curl.d Normal file

File diff suppressed because it is too large Load diff