FIXUP: give names to sec_vt_command's
[wireshark-wip.git] / echld / Makefile.nmake
blobbfa73d423090108ff8db8093bba8ba606288c21e
1 ## Makefile for building wireshark.exe with Microsoft C and nmake
2 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
4 # $Id$
6 include ..\config.nmake
7 include <win32.mak>
8 include ..\Makefile.nmake.inc
10 ############### no need to modify below this line #########
12 include Makefile.common
14 CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
15         /I. /I.. $(GLIB_CFLAGS) \
16         /I$(PCAP_DIR)\include -DWS_BUILD_DLL
18 .c.obj::
19    $(CC) $(CFLAGS) -Fd.\ -c $<
21 # no fork() on windows this needs some thoughts...