mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:53:32 +03:00
David J Meyer's large file support.
This commit is contained in:
parent
41c6f68d94
commit
b60e0fa97e
27 changed files with 290 additions and 130 deletions
|
|
@ -11,7 +11,7 @@ objs = o.base64 o.connect o.cookie o.dict \
|
|||
o.memdebug o.mprintf o.netrc o.progress \
|
||||
o.security o.sendf o.speedcheck o.ssluse \
|
||||
o.strequal o.strtok o.telnet o.timeval \
|
||||
o.transfer o.url o.version
|
||||
o.transfer o.url o.version o.strtoofft
|
||||
|
||||
# Compile options:
|
||||
linkopts = -o libcurl
|
||||
|
|
@ -112,6 +112,9 @@ o.strequal: c.strequal
|
|||
o.strtok: c.strtok
|
||||
gcc $(compileropts) -c -o strtok.o c.strtok
|
||||
|
||||
o.strtoofft: c.strtoofft
|
||||
gcc $(compileropts) -c -o strtoofft.o c.strtoofft
|
||||
|
||||
o.telnet: c.telnet
|
||||
gcc $(compileropts) -c -o telnet.o c.telnet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue