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

OPT = NoOpt

include dlgsrc:makefile.execlink

Start = lib:c.o

CfgHelper: CfgHelper.o
	$(elink)
	@cf $@

CfgHelper.o:   CfgHelper.c /DLGMail/gc_Parse.h $(DLGPragma) /Ross/Header.h $(DLGInc)GlobalConfig.h \
					$(Vers) $(Touch) $(Link)IO.h

