makefile

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

TXT
20
字号
platform = Win32
CC = wcc386
CFLAGS = -bt=nt
res1_flags = -bt=nt

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

linkit : .PROCEDURE
    @%append $(LNK) system nt_win
    @%append $(LNK) option stack=64k

bindit : .PROCEDURE
    wrc $(name).res

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

⌨️ 快捷键说明

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