This repository has been archived on 2025-02-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
CodeBlocksPortable/WATCOM/samples/win/helpex/win386/makefile

21 lines
417 B
Makefile

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 -q $(name) -R $(name).res
../helpex.hlp: ../helpex.rtf
cd ..
hc helpex
cd win386