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

📄 makefile

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻
字号:
#pmake: trap remote os_dos cpu_i86 cpu_386 tcp x86
host_CPU = i86
host_OS = dos

memory_model_i86 = l

# NOTE: This is not working at present...

os = dos
srv = tcp
cpu = x86
which = TRAP

extra_objs = $(remote_objs)
inc_dirs = $(%OWROOT)/contrib/wattcp/inc
extra_libs = $(%OWROOT)/contrib/wattcp/lib/wattcpwl.lib

!include $(trap_dir)/master.mif

⌨️ 快捷键说明

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