⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 strtext.mke

📁 microstation MDL入门指导手册!
💻 MKE
字号:
#---------------------------------------------------------------------
#      STRTEXT MDL Make File 
#---------------------------------------------------------------------
%include  mdl.mki

#---------------------------------------------------------------------
#      Define constants specific to this STRTEXT application
#---------------------------------------------------------------------
baseDir      =   ./
privateInc   = $(baseDir)

strtextObjs = $(o)strtext.mo
strtextRscs = $(o)strtext.rsc  $(o)strtext.mp

#----------------------------------------------------------------------
# Create needed output directories if they don't exist
#----------------------------------------------------------------------
$(o)$(tstdir)			       :    $(o)$(tstdir)

#---------------------------------------------
#       Generate Command Tables
#---------------------------------------------  
$(privateInc)strtext.h      :   $(baseDir)strtext.r
  
#---------------------------------------------
#       Compile Resources
#---------------------------------------------
$(o)strtext.rsc             :   $(baseDir)strtext.r
  

#---------------------------------------------
#       Compile and link MDL Application
#---------------------------------------------
$(o)strtext.mo              :   $(baseDir)strtext.mc
  
$(o)strtext.mp              :   $(strtextObjs)
             $(msg)
             >$(o)temp.cmd
             -a$@
             $(linkOpts)
             $(strtextObjs)
             <
             $(MLinkCmd) @$(o)temp.cmd
             ~time

#---------------------------------------------
#       Merge Objects into one file
#---------------------------------------------
$(mdlapps)strtext.ma       : $(strtextRscs)
             $(msg)
             >$(o)temp.cmd
             -o$@
             $(strtextRscs)
             <
             $(RLibCmd) @$(o)temp.cmd
             ~time

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -