hellowin.exe:	hellowin.obj hellowin.def
	tlink @hellowin.arf
	c:\borlandc\bin\rc hellowin.exe

.c.obj :
	c:\borlandc\bin\bcc -c -a -mm -v -W $<

.rc.res :
	c:\borlandc\bin\rc -r -ic:\borlandc\include $<
