⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tprt.tc

📁 一个可以立即使用的嵌入式操作系统
💻 TC
字号:
#
#  --- Version 2.2 90-10-12 16:26 ---
# 
#  CTask sample applications Make-File for Borland's make.
#  Application: TPRT.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

tprt.exe:     tprt.obj $(ctlib).lib ctsuptc$(model).lib
   tlink /m $(lib)\c0$(model) $*,$*,$*,ctsuptc$(model) $(ctlib) $(lib)\c$(model)

tprt.obj:     tprt.c tsk.h sio.h tskconf.h

⌨️ 快捷键说明

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