client.mif

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

MIF
37
字号

!ifeq target_cpu i86
intel_cpu = 1
!else ifeq target_cpu 386
intel_cpu = 1
!endif

!ifdef intel_cpu
asminline_c = $(wasm_dir)/c
asminline_h = $(wasm_dir)/h
asminline_inc_dirs = -I"$(wasm_dir)/h"
asminline_objs = &
    asmins.obj &
    asmscan.obj &
    asmline.obj &
    asmsym.obj &
    tbyte.obj &
    asmlabel.obj &
    asmfixup.obj &
    asmmatch.obj &
    asmdata.obj &
    insthash.obj &
    asmjump.obj &
    asmexpnd.obj &
    asmeval.obj

!ifeq proj_name wfc
asminline_deps = inlnops.gh msg.gh
!else ifeq proj_name F03
asminline_deps = inlnops.gh msg.gh
!else
asminline_deps = inlnops.gh
!endif

asminline_lib =
!endif

⌨️ 快捷键说明

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