Set the svn:eol-style property on all text files to "native", so that
[obnox/wireshark/wip.git] / plugins / gryphon / Makefile.nmake
1 #
2 # $Id$
3 #
4
5 include ..\..\config.nmake
6
7 ############### no need to modify below this line #########
8
9 CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
10         /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
11
12 OBJECTS=packet-gryphon.obj 
13
14 gryphon.dll gryphon.exp gryphon.lib : $(OBJECTS) ..\plugin_api.obj
15         link -dll /out:gryphon.dll $(OBJECTS) ..\plugin_api.obj \
16         $(GLIB_LIBS)
17
18 clean:
19         rm -f $(OBJECTS) gryphon.dll gryphon.exp gryphon.lib $(PDB_FILE)
20
21 distclean: clean