OFILES=bobcom.obj bobdbg.obj boberr.obj bobodb.obj bobscn.obj \
dfile.obj execute.obj function.obj linebuf.obj objects.obj \
osint.obj packet.obj streams.obj test.obj

CFLAGS=/Ti+ /Q

bob.exe:	$(OFILES)
	icc /Fe bob /Ti+ /Q $(OFILES)
