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

📄 spawn.bc

📁 一个多任务操作系统CTask的源代码 用C语言编写
💻 BC
字号:
#
#  --- Version 2.2 93-02-26 08:46 ---
# 
#  CTask sample applications Make-File for Borland's make.
#  Application: SPAWN.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=+BC.CFG 
optopt=-v -vi
!if !$d(model)
model=l
!endif
ctlib=ctasktc

.c.obj:
   bcc $(reqopt) $(optopt) -m$(model) $*.c

spawn.exe:     spawn.obj  ctsuptc$(model).lib $(ctlib).lib
   tlink /m /l /v c0$(model) $*,$*,$*,ctsuptc$(model) $(ctlib) c$(model)

spawn.obj:     spawn.c tsk.h tskconf.h

⌨️ 快捷键说明

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