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

📄 makefile

📁 开放源码的编译器open watcom 1.6.0版的源代码
💻
字号:
#pmake: build trap remote os_os2 cpu_386 par

host_os  = os2
host_cpu = i86

# This is a quick and dirty project because it is OS/2 specific and
# intended to be temporary; Yes, I know it breaks all known rules. Once
# WLINK properly supports 16-bit IOPL segments in 32-bit DLLs, the port
# I/O can be built into the parallel trap file/server modules, which is
# where it belongs in the first place.

sys_dll = 1

!include cproj.mif
!include defrule.mif
!include deftarg.mif

!include ../os2io.mif

wdio.dll: wdio.obj
    $(linker) sys os2 dll op map,protmode name $@ f $< $(extra_linker)

⌨️ 快捷键说明

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