⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.riscos

📁 harvest是一个下载html网页得机器人
💻 RISCOS
字号:
# Makefile for project libcurl# Generated on Sun,13 Jan 2002.16:57:00 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))# Contact: easygcc@melotech.co.uk# Project objects:objs =	o.base64 o.connect o.cookie o.dict \	o.dllinit o.easy o.escape o.file \	o.formdata o.ftp o.getdate o.getenv \	o.getinfo o.getpass o.hostip o.http \	o.http_chunks o.if2ip o.krb4 o.ldap \	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 # Compile options:linkopts	= -o libcurlcompileropts	= -mpoke-function-name -IUtilLib: -mthrowback # Project target:libcurl:		$(objs)		makealf $(linkopts) $(objs)# Static dependancies:o.base64:	c.base64		gcc $(compileropts) -c -o base64.o c.base64o.connect:	c.connect		gcc $(compileropts) -c -o connect.o c.connecto.cookie:	c.cookie		gcc $(compileropts) -c -o cookie.o c.cookieo.dict:	c.dict		gcc $(compileropts) -c -o dict.o c.dicto.dllinit:	c.dllinit		gcc $(compileropts) -c -o dllinit.o c.dllinito.easy:	c.easy		gcc $(compileropts) -c -o easy.o c.easyo.escape:	c.escape		gcc $(compileropts) -c -o escape.o c.escapeo.file:	c.file		gcc $(compileropts) -c -o file.o c.fileo.formdata:	c.formdata		gcc $(compileropts) -c -o formdata.o c.formdatao.ftp:	c.ftp		gcc $(compileropts) -c -o ftp.o c.ftpo.getdate:	c.getdate		gcc $(compileropts) -c -o getdate.o c.getdateo.getenv:	c.getenv		gcc $(compileropts) -c -o getenv.o c.getenvo.getinfo:	c.getinfo		gcc $(compileropts) -c -o getinfo.o c.getinfoo.getpass:	c.getpass		gcc $(compileropts) -c -o getpass.o c.getpasso.hostip:	c.hostip		gcc $(compileropts) -c -o hostip.o c.hostipo.http:	c.http		gcc $(compileropts) -c -o http.o c.httpo.http_chunks:	c.http_chunks		gcc $(compileropts) -c -o http_chunks.o c.http_chunkso.if2ip:	c.if2ip		gcc $(compileropts) -c -o if2ip.o c.if2ipo.krb4:	c.krb4		gcc $(compileropts) -c -o krb4.o c.krb4o.ldap:	c.ldap		gcc $(compileropts) -IOpenLDAP: -c -o ldap.o c.ldapo.memdebug:	c.memdebug		gcc $(compileropts) -c -o memdebug.o c.memdebugo.mprintf:	c.mprintf		gcc $(compileropts) -c -o mprintf.o c.mprintfo.netrc:	c.netrc		gcc $(compileropts) -c -o netrc.o c.netrco.progress:	c.progress		gcc $(compileropts) -c -o progress.o c.progresso.security:	c.security		gcc $(compileropts) -c -o security.o c.securityo.sendf:	c.sendf		gcc $(compileropts) -c -o sendf.o c.sendfo.speedcheck:	c.speedcheck		gcc $(compileropts) -c -o speedcheck.o c.speedchecko.ssluse:	c.ssluse		gcc $(compileropts) -c -o ssluse.o c.ssluseo.strequal:	c.strequal		gcc $(compileropts) -c -o strequal.o c.strequalo.strtok:	c.strtok		gcc $(compileropts) -c -o strtok.o c.strtoko.telnet:	c.telnet		gcc $(compileropts) -c -o telnet.o c.telneto.timeval:	c.timeval		gcc $(compileropts) -c -o timeval.o c.timevalo.transfer:	c.transfer		gcc $(compileropts) -c -o transfer.o c.transfero.url:	c.url		gcc $(compileropts) -c -o url.o c.urlo.version:	c.version		gcc $(compileropts) -c -o version.o c.version

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -