⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 support.mif

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻 MIF
字号:
!include $(bench_dir)\mif\bench.mif

.c: $(bench_dir)\support
.h: $(bench_dir)\support
.asm: $(bench_dir)\support

extra_includes	= $(bench_dir)\support
extra_cflags	=

!ifeq host_os nt
obj_files = timer.obj report.obj
!else ifeq host_os os2
obj_files = timero32.obj report.obj
!ifneq compiler watcom
obj_files += readp5.obj
!endif
!else
!error Unsupported host_os
!endif

support.lib : $(obj_files)
	%make lib

lib: .PROCEDURE
!ifeq compiler watcom
	@if exist tmp.clb @erase tmp.clb
	@for %i in ($?) do @%append tmp.clb -+%i
	wlib -b -q $* @tmp.clb
!else ifeq compiler ibmc
        ilib /nologo /out:$^. $?
!else
	lib $^. $?
!endif

⌨️ 快捷键说明

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