ptcdir = \ptc207
exefile = stretch
objects = stretch.obj image.obj mem.obj

!include ..\makefile.wcc

stretch.obj: stretch.cpp image.h mem.h
image.obj: image.cpp image.h mem.h
mem.obj: mem.cpp mem.h
