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