# Makefile for WinPoem

winpoem.exe: winpoem.obj winpoem.def winpoem.res
    tlink /Tw /v /n /c /m C:\BORLANDC\LIB\c0ws winpoem,\
          winpoem,\
          ,\
          maths cwins cs import,\
          winpoem
    rc winpoem.res

.cpp.obj :
    BCC -H -c -ms -v -W $<

.rc.res :
    rc -r -iC:\BORLANDC\INCLUDE $<
