rc.mif
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 19 行
MIF
19 行
done: rc.exe
!include ../../master.mif
common_objs = parse.obj translat.obj $(mstools_objs)
rc_objs = rc.obj message.obj $(common_objs)
rc_hdrs = optparsh.gh
extra_c_flags_message = $(targdef)
extra_c_flags_rc = $(targdef)
#
# Instructions for building the executable.
#
rc.exe : $(rc_hdrs) $(rc_objs)
$(linker) $(lflags) name $^@ file {$(rc_objs)}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?