19 lines
282 B
Makefile
19 lines
282 B
Makefile
|
platform = Win16
|
||
|
CC = wcc
|
||
|
CFLAGS = -zW
|
||
|
res1_flags = -bt=windows -30
|
||
|
|
||
|
!include ../helpex.mif
|
||
|
!include ../../master.mif
|
||
|
|
||
|
linkit : .PROCEDURE
|
||
|
@%append $(LNK) system windows
|
||
|
|
||
|
bindit : .PROCEDURE
|
||
|
wrc $(name).res
|
||
|
|
||
|
../helpex.hlp: ../helpex.rtf
|
||
|
cd ..
|
||
|
hc helpex
|
||
|
cd win16
|