pmhello.exe: hello.obj hello.res
    wlink n pmhello sys os2v2_pm d a op symf f $[@
    rc hello.res $^@

hello.res: hello.rc hellorc.h hello.ico hello.dlg
    rc -r $[@

hello.obj: hello.c hellorc.h
    wcc386 -d2 $[@
