makefile

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

TXT
22
字号
platform = Win16
CC = wcc386
CFLAGS = -zW
res1_flags = -bt=windows -30

!include ../helpex.mif
!include ../../master.mif

linkit : .PROCEDURE
    @%append $(LNK) system win386
    @%append $(LNK) option mindata=100K
    @%append $(LNK) option maxdata=100K
    @%append $(LNK) option stack=8k

bindit : .PROCEDURE
    wbind $(name) -R $(name).res

..\helpex.hlp: ..\helpex.rtf
    cd ..
    hc helpex
    cd win386

⌨️ 快捷键说明

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