#
# MicroS*t C 7.00 nmake-file for allfiles -- Waffle 1.65 files lister
# 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	=	/Ox /Gs

allfiles.exe:	allfiles.obj formatch.obj wafcfg.obj
	cl -F 3000 allfiles.obj formatch.obj wafcfg.obj
	pklite allfiles

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

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

allfiles.obj formatch.obj:	formatch.h
allfiles.obj wafcfg.obj:	wafcfg.h
