mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:43:31 +03:00
Added new libcurl source files to Amiga, RiscOS and VC6 build files.
This commit is contained in:
parent
bc5677a47b
commit
7291f50e8d
4 changed files with 12 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ objs = o.base64 o.connect o.cookie o.dict \
|
|||
o.security o.select o.sendf o.speedcheck o.ssluse \
|
||||
o.strequal o.strtok o.telnet o.timeval \
|
||||
o.transfer o.url o.version o.strtoofft o.sslgen o.gtls \
|
||||
o.rawstr o.curl_addrinfo
|
||||
o.rawstr o.curl_addrinfo o.slist
|
||||
|
||||
# Compile options:
|
||||
linkopts = -o libcurl
|
||||
|
|
@ -120,6 +120,9 @@ o.select: c.select
|
|||
o.sendf: c.sendf
|
||||
gcc $(compileropts) -c -o sendf.o c.sendf
|
||||
|
||||
o.slist: c.slist
|
||||
gcc $(compileropts) -c -o slist.o c.slist
|
||||
|
||||
o.speedcheck: c.speedcheck
|
||||
gcc $(compileropts) -c -o speedcheck.o c.speedcheck
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue