CL=cl -c -AS -D LINT_ARGS -G2sw -Os -W3 -Zip $*.c

sub.obj: sub.c ddelib.h sub.h
    $(CL)

sub.res: sub.rc sub.h
    rc -r sub.rc

sub.exe: sub.obj sub.def ddelib.lib sub.res
    link /CO/MAP/NOD sub, sub, sub, slibcew libw ddelib, sub.def
    rc sub.res
    mapsym sub
