testmod.bc

来自「一个可以立即使用的嵌入式操作系统」· BC 代码 · 共 21 行

BC
21
字号
#
#  --- 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

⌨️ 快捷键说明

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