.all: whizkid.exe

.asm.obj:
        ml /c /coff /Cp /Fl $<

resource.res:
        rc /r resource.rc

whizkid.exe:    whizkid.obj resource.res
        link whizkid.obj shell32.lib resource.res @<<LinkFile
-machine:i386
-subsystem:windows,4.0
-version:1.0
<<NOKEEP
