include t:make.env
include dlgsrc:makefile.defaults

CFLAGS += ObjectLibrary=DLGDebug.lib

Obs = TDebug.o

DLGDebug.Lib:   $(Obs)
	@cll DLGDEbug.lib

TDebug.o:   TDebug.c $(Inc)devices/tpt.h $(DLGInc)Debug.h $(Touch)


