wmk.mif

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

MIF
66
字号
#
#   The purpose of this file is to define the objs macro.  Any change here
#   will cause the wmk.lnk file to be recreated.
#

objs =          &
macros.obj      &
main.obj        &
mautodep.obj    &
mautoomf.obj    &
mautoorl.obj    &
mautores.obj    &
mcache.obj      &
memory.obj      &
mexec.obj       &
mglob.obj       &
mhash.obj       &
misc.obj        &
mlex.obj        &
mlexmac.obj     &
mlexprs.obj     &
mparse.obj      &
mpathgrp.obj    &
mpreproc.obj    &
mrcmsg.obj      &
msg.obj         &
mstream.obj     &
msuffix.obj     &
msysdep.obj     &
mtarget.obj     &
mupdate.obj     &
autodept.obj    &
mvecstr.obj

!ifeq host_os nt
!   define DLLS_IMPLEMENTED
!endif

!ifeq host_os os2
!   ifeq host_cpu 386
!       define DLLS_IMPLEMENTED
!   else ifeq host_cpu ppc
!       define DLLS_IMPLEMENTED
!   endif
!endif

!ifdef DLLS_IMPLEMENTED
objs += idedrv.obj
objs += idemsgfm.obj
!endif

!ifeq release 0
objs += massert.obj
!ifndef wmake_trmem
wmake_trmem = 1
!endif
!endif

!ifeq wmake_trmem 1
objs += trmem.obj
extra_c_flags_memory += -DTRACK
!ifeq host_cpu 386
extra_c_flags += -of+
!endif
!endif

⌨️ 快捷键说明

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