master.mif

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

MIF
27
字号
proj_name = wbind

!ifndef wbind_autodepends
wbind_autodepends = .AUTODEPEND
!endif

memory_model_i86 = c

!include cproj.mif
!include deftarg.mif
!include defrule.mif

.c : ..

extra_c_flags =-s

extra_l_flags = op map
extra_l_flags_nt = op stack=12k
extra_l_flags_dos = op stack=8k
extra_l_flags_os2 = op stack=12k,heap=8k,newfile

inc_dirs = -I"../../h"

wbind.exe: wbind.obj
    $(linker) $(lflags) name $^@ file $[@

⌨️ 快捷键说明

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