all: wsmooth.exe

wsmooth.res: wsmooth.rc wsmooth.h
    rc -r wsmooth.rc
    rc wsmooth.res

wsmooth.obj: wsmooth.c wsmooth wsmooth.h wsmooth2.h
    cl -WX -c -DWINDOWS -AS -Gsw -Oas -Zpe wsmooth.c

wsmooth2.obj: wsmooth2.c wsmooth wsmooth.h wsmooth2.h
    cl -WX -c -DWINDOWS -AS -Gsw -Oas -Zpe wsmooth2.c

file.obj: file.c wsmooth wsmooth.h wsmooth2.h
    cl -WX -c -DWINDOWS -AS -Gsw -Oas -Zpe file.c


wsmooth.exe: wsmooth.obj wsmooth2.obj file.obj wsmooth.def wsmooth
    link /NOD wsmooth wsmooth2 file,,, libw slibcew, wsmooth.def
    rc wsmooth.res



