quoter.exe:	quoter.obj quoter.def quoter.rc
	link quoter,,NUL,os2,quoter
	rc quoter

quoter.obj:	quoter.c
	cl -Ox -c -G2sw -W4 quoter.c
