CC = wpp386     
CFLAGS = -bt=nt -oneatx -fpi87 -fp5 -5r 
res1_flags = -bt=nt     
res2_flags = -bt=nt


name = ifsdlglt
OBJS = packing.obj dib.obj image.obj kernel-2.obj kernel.obj rcencode.obj rcdecode.obj ifsafi.obj ifsdlglt.obj timecur.obj
resources = ifsdlg.ico

LNK = $(name).lnk               
lnk_dependencies = makefile master.mif

!include master.mif

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