objs.mif
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 31 行
MIF
31 行
pfx__ =$(cpplib_dir)
__ifx__ =$(system).386/$(model)_$(dllname_$(convention))mt$(dllname_profile)$(dllname_debug)
dll_libs = $+ &
$(pfx__)/$(__ifx__).dll/plbxmt3$(dllname_$(convention)).lib &
../../../clib/$(system).386/$(subdir)/clb$(dllname_$(convention))dll$(dllname_profile)$(dllname_debug).lib &
../../../mathlib/$(system).387/$(subdir)/mt7$(dllname_$(convention))dll$(dllname_profile)$(dllname_debug).lib &
$(pfx__)/$(__ifx__)/plbxmt3$(dllname_$(convention)).lib &
$-
dll_def = $+ &
$(pfx__)/runtime/os2386.def &
$(pfx__)/$(__ifx__).dll/exportx.def &
$-
dll_objs = $+ &
$(clib_dir)/startup/library/$(system).386/$(subdir)/clibdo32.obj &
$-
targdir = $(pfx__)/runtime/$(__ifx__).dll/
!include $(pfx__)/runtime/static.mif
objs = $+ $(static_objs) $-
targdir = $(pfx__)/iostream/$(__ifx__).dll/
!include $(pfx__)/iostream/static.mif
objs += $+ $(static_objs) $-
targdir =
static_objs = $+ $(objs) $-
pfx__ =
__ifx__ =
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?