makefile

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 22 行

TXT
22
字号
#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 + =
减小字号Ctrl + -
显示快捷键?