?? res.tc
字號:
#
# --- Version 2.2 90-10-12 16:25 ---
#
# CTask sample applications Make-File for Borland's make.
# Application: RES.C
#
# "reqopt" contains required options, and shouldn't normally be changed.
# "optopt" lists optional optimization options, and may be changed.
# "model" is the memory model letter to use (all except Tiny & Huge).
# "lib" is the Turbo C library path
#
reqopt=-c -N- -a- -u -K
optopt=-d -G -O -k- -w
lib=c:\tc\lib
!if !$d(model)
model=l
!endif
ctlib=ctasktc
.c.obj:
tcc $(reqopt) $(optopt) -m$(model) $*.c
res.exe: res.obj ctsuptc$(model).lib $(ctlib).lib
tlink /m $(lib)\c0$(model) $*,$*,$*,ctsuptc$(model) $(ctlib) $(lib)\c$(model)
res.obj: res.c tsk.h tskconf.h
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -