📄 makefile
字号:
drive=c:\pl\bc31
options=-v -vi
linkdebug=/m /v
compiler=bcc -c -Od -d -ml
libs=tlib
test.exe : test.obj
tlink $(linkdebug) $(drive)\lib\c0l test, \
test.exe, \
test, \
fpclib fpcwin $(drive)\lib\cl
test.obj : test.c
$(compiler) $(options) test.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -