📄 makefile.riscos
字号:
# Makefile for project cURL# Generated on Sun,13 Jan 2002.17:11:10 by EasyGCC (0.1.3 [beta 2] (3 Jan 2002))# Contact: easygcc@melotech.co.uk# Project objects:objs = o.hugehelp o.main o.urlglob o.writeout o.writeenv \ # Compile options:linkopts = ../lib/libcurl openldap:libraries/libldap/libldap -o curlcompileropts = -mpoke-function-name -IUtilLib: -mthrowback # Project target:curl: $(objs) gcc $(linkopts) $(objs)# Static dependancies:o.hugehelp: c.hugehelp gcc $(compileropts) -c -o hugehelp.o c.hugehelpo.main: c.main gcc $(compileropts) -c -o main.o c.maino.urlglob: c.urlglob gcc $(compileropts) -c -o urlglob.o c.urlglobo.writeout: c.writeout gcc $(compileropts) -c -o writeout.o c.writeouto.writeenv: c.writeenv gcc $(compileropts) -c -o writeenv.o c.writeenv# Dynamic dependancies:o.hugehelp: c.hugehelpo.main: c.maino.main: h.setupo.main: h.urlglobo.main: h.writeouto.main: h.versiono.urlglob: c.urlglobo.urlglob: h.setupo.urlglob: h.urlglobo.writeout: c.writeouto.writeout: h.writeout
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -