?? placebox.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 + -