📄 pbdlgrsc.mki
字号:
#----------------------------------------------------------------------
#
# Copyright 1993 - 2001, Bentley Systems, Inc.
#
# All rights reserved.
#
# Limited permission is hereby granted to reproduce and modify this
# copyrighted material provided that the resulting code is used only in
# conjunction with Bentley Systems products under the terms of the
# license agreement provided therein, and that this notice is retained
# in its entirety in any such reproduction or modification.
#
#----------------------------------------------------------------------
maRscs = $(o)$(appName).mi \
$(o)$(appName).rsc \
$(o)$(appName)msg.rsc
#------------------------------------------------------------------------
# Create & compile the app's dialog resources using rcomp
#------------------------------------------------------------------------
$(o)$(appName).rsc : $(baseDir)$(appName)dlg.r \
$(privateInc)$(appName).h \
$(genSrc)$(appName)cmd.h \
$(langSpec)$(appName)text.h
#----------------------------------------------------------------------
# The following section builds any translatable resource modules for
# the application.
#----------------------------------------------------------------------
$(o)$(appName)msg.rsc : $(langSpec)$(appName)msg.r \
$(privateInc)$(appName).h
#----------------------------------------------------------------------
# The final step in building the application is lib'ing the applications
# intermediate application with the translatable resources built in
# this makefile. This step generates the final, and possibly translated,
# MDL application.
#----------------------------------------------------------------------
$(mdlapps)$(appName).ma : $(maRscs)
$(msg)
> $(o)make.opt
-o$@
$(maRscs)
<
$(RLibCmd) @$(o)make.opt
~time
# End of build. NOTE: This line is helpful by terminating the
# last rule with a blank line. This is necessary
# to prevent concatenation with other '.mki'
# rules in the Foreign Language Translation Kit.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -