?? tprt.ms
字號:
#
# --- Version 2.2 90-10-12 16:41 ---
#
# CTask sample applications Make-File for Microsoft 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 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;
tprt.obj: tprt.c tsk.h sio.h tskconf.h
tprt.exe: tprt.obj ctaskms.lib ctsupms$(model).lib
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -