Replace "svn" with "git" all over the place.
[metze/wireshark/wip.git] / echld / Makefile.nmake
1 ## Makefile for building wireshark.exe with Microsoft C and nmake
2 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
3 #
4 # $Id$
5
6 include ..\config.nmake
7 include <win32.mak>
8 include ..\Makefile.nmake.inc
9
10 ############### no need to modify below this line #########
11
12 include Makefile.common
13
14 CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
15         /I. /I.. $(GLIB_CFLAGS) \
16         /I$(PCAP_DIR)\include -DWS_BUILD_DLL
17
18 .c.obj::
19    $(CC) $(CFLAGS) -Fd.\ -c $<
20
21 # no fork() on windows this needs some thoughts...