res.ms
来自「一个嵌入式实时操作系统源码」· MS 代码 · 共 27 行
MS
27 行
#
# --- Version 2.2 90-10-12 16:40 ---
#
# CTask sample applications Make-File for Microsoft 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 to use.
#
reqopt=/c /Zp1 /Gs
optopt=/Ox /W3
model=L
.c.obj:
cl $(reqopt) $(optopt) /A$(model) $*.c
.obj.exe:
link $*,,,ctaskms ctsupms$(model) /M/ST:16000;
res.obj: res.c tsk.h tskconf.h
res.exe: res.obj ctaskms.lib ctsupms$(model).lib
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?