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

📄 pbdscr.mke

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

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

pbdscrObjs = $(o)pbdscr.mo
pbdscrRscs = $(o)pbdscr.rsc  $(o)pbdscr.mp

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

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

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

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

⌨️ 快捷键说明

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