#
# MicroS*t C 7.00 nmake-file for chkfiles -- Waffle 1.65 files checker
# by Otto J. Makela (BBS V.32bis/HST +358 41 211 562)
#
# Distributed under the GNU General Public Licence:
# see file COPYING for details
#

CFLAGS	=	/Oxaz /Grs

chkfiles.exe:	chkfiles.obj formatch.obj dirs.obj
	cl -F 3000 chkfiles.obj formatch.obj dirs.obj
	pklite chkfiles

formatch.exe:	formatch.c
	cl -DMAIN formatch.c
	pklite formatch
	del formatch.obj

dirs.exe:	dirs.c
	cl -DMAIN dirs.c
	pklite dirs
	del dirs.obj

chkfiles.obj formatch.obj:	formatch.h
chkfiles.obj dirs.obj:		dirs.h
