nmake.mif

来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 20 行

MIF
20
字号
done: nmake.exe

!include ../../master.mif

common_objs = parse.obj $(mstools_objs)
nmake_objs  = nmake.obj message.obj translat.obj $(common_objs)
nmake_hdrs  = optparsh.gh

extra_c_flags_message = $(targdef)
extra_c_flags_translat = $(targdef)
extra_c_flags_nmake = $(targdef)

#
# Instructions for building the executable.
#

nmake.exe : $(nmake_hdrs) $(nmake_objs)
        $(linker) $(lflags) name $^@ file {$(nmake_objs)}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?