makefile
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 18 行
TXT
18 行
#pmake: serv remote os_nov cpu_386 nov x86
host_CPU = 386
host_OS = nov
nlm_ver = 5
os = nlm
srv = tcp
cpu = x86
which = SERVER
nwlib = libc
extra_objs = $(remote_objs) $(nlm_objs)
!include $(trap_dir)/lcl/nlm/nlm.mif
!include $(trap_dir)/master.mif
extra_c_flags += -d_USE_NEW_KERNEL
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?