wireshark/tools/lemon/Makefile.nmake
Graham Bloice 85c33a07cb Remove build detritus
svn path=/trunk/; revision=21347
2007-04-06 15:51:36 +00:00

21 lines
363 B
Makefile

## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
# $Id$
include ..\..\config.nmake
CFLAGS=-WX -D_U_="" $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<
all : lemon.exe
clean:
rm -f lemon.obj lemon.exe lemon.ilk *.pdb lemon.exe.manifest
distclean: clean
maintainer-clean: distclean