makefile
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 22 行
TXT
22 行
#pmake: bmark bytemark integer int small w106
host_os = nt
host_cpu = 386
compiler = custom
cc = x:\lang\binnt\wcc386
cpp = x:\lang\binnt\wpp386
.before:
@set include=$(lang_root)\h;$(lang_root)\h\nt
.c.obj:
$(cc) $(cflags_watcom) $(extra_cflags) $(extra_defines) $[@
.cpp.obj:
$(cpp) $(cflags_watcom) $(extra_cflags) $(extra_defines) $[@
deflink = wlink $(lflags_watcom) name $^. file { $< } lib $(bench_dir)\support\watcom\support.lib
!include ..\bmark.mif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?