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