static.mif
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 31 行
MIF
31 行
# objects to be included in each image (as required)
#
# - use file extensions as written; .xbj not required
# - targdir is used in rtdll project
static_objs = $+ &
$(targdir)areaexc.obj &
$(targdir)fsroot.obj &
$(targdir)moddtorr.obj &
$(targdir)stabmod.obj &
$(targdir)stablcl.obj &
$(targdir)undefmbd.obj &
$(targdir)prwdata.obj &
$-
!ifeq linkage dynamic
dynamic_objs = $+ &
$(targdir)dfsroot.obj &
$(targdir)dstabmod.obj &
$-
sw_br_areaexc=yes
sw_br_fsroot=yes
sw_br_moddtorr=yes
sw_br_prwdata=yes
sw_br_stabmod=yes
sw_br_stablcl=yes
sw_br_undefmbd=yes
!endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?