NAME=TestNKS

$(NAME).exe: $(NAME).obj rsrc.res
        Link /SUBSYSTEM:WINDOWS /LIBPATH:C:\MASM32\lib $(NAME).obj rsrc.res

$(NAME).obj: $(NAME).asm
        ml /c /coff /Cp $(NAME).asm

rsrc.res: rsrc.rc
        rc   rsrc
