Added new libcurl source files to Amiga, RiscOS and VC6 build files.

This commit is contained in:
Dan Fandrich 2009-04-23 04:12:04 +00:00
parent bc5677a47b
commit 7291f50e8d
4 changed files with 12 additions and 3 deletions

View file

@ -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