mad.mif
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 28 行
MIF
28 行
#
# Change this macro name to whatever the name of your machine is
#
target_cpu = xmp
imp_objs = &
xmpaddr.obj &
xmpctrl.obj &
xmptypes.obj &
xmpreg.obj &
xmpcall.obj &
xmpdisas.obj &
xmptrace.obj
#
# Set 'extr_incs' to the directories where any extra include files are
# located.
#
# extra_incs =
#
# Set 'extra_srcs' to the directories where any extra source files are
# located.
#
# extra_srcs =
!include ../../master.mif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?