1 ## Makefile for building wireshark.exe with Microsoft C and nmake
2 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
6 include ..\config.nmake
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
19 $(CC) $(CFLAGS) -Fd.\ -c $<
21 # no fork() on windows this needs some thoughts...