📄 instvo.mke
字号:
#------------------------------------------------------------------
# INSTVO MDL Make File
#------------------------------------------------------------------
%include mdl.mki
#------------------------------------------------------------------
# Define constants specific to this instvo application
#------------------------------------------------------------------
baseDir = ./
privateInc = $(baseDir)
instvoObjs = $(o)instvo.mo
#----------------------------------------------------------------------
# Create needed output directories if they don't exist
#----------------------------------------------------------------------
$(o)$(tstdir) : $(o)$(tstdir)
#---------------------------------------------
# Compile and link MDL Application
#---------------------------------------------
$(o)instvo.mo : $(baseDir)instvo.mc
$(mdlapps)instvo.ma : $(instvoObjs)
$(msg)
>$(o)temp.cmd
-a$@
$(linkOpts)
$(instvoObjs)
<
$(MLinkCmd) @$(o)temp.cmd
~time
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -