?? testmod.bc
字號:
#
# --- Version 2.2 92-09-02 09:34 ---
#
# CTask sample applications Make-File for Borland's make.
# Application: TESTMOD.ASM
#
# "model" is the memory model letter to use (all except Tiny & Huge).
#
!if !$d(model)
model=l
!endif
ctlib=ctasktc
.asm.obj:
tasm /JM510 /w /w-pdc /mx $*
testmod.exe: testmod.obj $(ctlib).lib ctsuptc$(model).lib
tlink /m testmod,,,$(ctlib) ctsuptc$(model)
testmod.obj: testmod.asm tsk.mac
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -