CC = wcc
CFLAGS = -zW 
res1_flags = -bt=windows -30

!include ..\watzee.mif
!include ..\..\master.mif

linkit : .PROCEDURE
    @%append $(LNK) system windows
    
bindit : .PROCEDURE
    wrc $(name).res
