?? textrms.mke
字號(hào):
#------------------------------------------------------------------
# TEXTRMS MDL Make File
#------------------------------------------------------------------
%include mdl.mki
#------------------------------------------------------------------
# Define constants specific to this textrms application
#------------------------------------------------------------------
baseDir = ./
privateInc = $(baseDir)
textrmsObjs = $(o)textrms.mo
textrmsRscs = $(o)textrms.rsc $(o)textrms.mp
#----------------------------------------------------------------------
# Create needed output directories if they don't exist
#----------------------------------------------------------------------
$(o)$(tstdir) : $(o)$(tstdir)
#---------------------------------------------
# Generate Command Tables
#---------------------------------------------
$(privateInc)textrms.h : $(baseDir)textrms.r
#---------------------------------------------
# Compile Resources
#---------------------------------------------
$(o)textrms.rsc : $(baseDir)textrms.r
#---------------------------------------------
# Compile and link MDL Application
#---------------------------------------------
$(o)textrms.mo : $(baseDir)textrms.mc
$(o)textrms.mp : $(textrmsObjs)
$(msg)
>$(o)temp.cmd
-a$@
$(linkOpts)
$(textrmsObjs)
<
$(MLinkCmd) @$(o)temp.cmd
~time
#---------------------------------------------
# Merge Objects into one file
#---------------------------------------------
$(mdlapps)textrms.ma : $(textrmsRscs)
$(msg)
>$(o)temp.cmd
-o$@
$(textrmsRscs)
<
$(RLibCmd) @$(o)temp.cmd
~time
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -