#make file for windows 3 version of the TRICHO program. M.Belles 9-6-91.

tricho3.exe :	tricho3.obj tricho3.def tricho3.res
    link tricho3, /align:16, NUL, /nod slibcew libw, tricho3
    rc tricho3.res

tricho3.res :	tricho3.rc tricho3.h tricho3.ico
    rc -r tricho3.rc

tricho3.obj :	tricho3.c tricho3.h
    cl -c -Gsw -Ow -W2 -Zp tricho3.c
