owstl.mif
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MIF 代码 · 共 27 行
MIF
27 行
!include $(bench_dir)\mif\bench.mif
.cpp: $(bench_dir)\owstl
.h: $(bench_dir)\owstl
cflags_watcom = -zq -xs
#extra_w_opts = -xs -d2
extra_m_opts = -GX
extra_cflags = -I$(bench_dir)\owstl -I$(bench_dir)\support
exe_files = &
contain.exe &
strcopyl.exe &
strcopys.exe &
strpass.exe &
mapins.exe &
mapfind.exe &
sort.exe
run: $(exe_files) .SYMBOLIC
@echo Compilation complete. Run test programs individually.
build: $(exe_files) .SYMBOLIC
.obj.exe:
$(deflink)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?