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

📄 placebox.mke

📁 microstation MDL入门指导手册!
💻 MKE
字号:
#//
#// This file was generated by the Bentley MFC Application Wizard
#//
#//////////////////////////////////////////////////////////////////////////////


appName		= PlaceBox
sAppName	= PlaceBox

outputDir       = $(mdlApps)

baseDir 	= $(_MakeFilePath)
privateInc	= $(baseDir)
langSpec	= $(baseDir)english/


appObjects      = $(o)$(appName).mo 

#GUIAPP = 1
#MFC_WIN_APP =1
                    
%include mdl.mki      

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

$(rscObjects)$(tstdir)		: $(rscObjects)$(tstdir)

$(reqdObjs)$(tstdir)		: $(reqdObjs)$(tstdir)

#-----------------------------------------------------------------------
#	Define constants specific to this example
#-----------------------------------------------------------------------

appRscs =  $(o)$(sAppName)cmd.rsc \
            $(o)$(appName).mp

#---------------------------------------------
#       Create command table and header file
#---------------------------------------------
$(sAppName)cmd.h   : $(baseDir)$(sAppName)cmd.r

$(o)$(sAppName)cmd.rsc              : $(baseDir)$(sAppName)cmd.r

#-----------------------------------------------------------------------
#	Compile and link MDL Application
#-----------------------------------------------------------------------

$(o)$(appName).mo         : $(baseDir)$(appName).mc

#------------------------------------------------
#	Use dlmlink.mki to compile the Dynamic 
#       Load Specification (.dls) file and link
#       the DLM.
#------------------------------------------------

#$(o)$(AppName).dlo          : $(baseDir)$(appName).dls

#----------------------------------------------------------------------
# Link MDL program file using rlink
#----------------------------------------------------------------------
$(o)$(appName).mp         : $(appObjects) 
	$(msg)
	> $(o)make.opt
	$(linkOpts) 
	-a$@
	$(linkOpts)
	$(appObjects)
	<
	$(mlinkCmd) @$(o)make.opt 
	~time

$(transkitReqObj)$(appName).mi		: $(appRscs)
    $(msg)
    > $(o)make.opt
    -o$@
    $(appRscs)
    <
    $(RLibCmd) @$(o)make.opt
    ~time

#----------------------------------------------------------------------
# complete construction of the .ma
#----------------------------------------------------------------------
%include $(appName)rsc.mki

⌨️ 快捷键说明

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