aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon/Makefile.nmake
blob: 07b4e122d69331cdae0d669b6c9211755cc3e454 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# $Id: Makefile.nmake,v 1.8 2002/02/27 09:42:47 guy Exp $
#

include ..\..\config.nmake

############### no need to modify below this line #########

CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap \
	/I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
	/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
	/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)

OBJECTS=packet-gryphon.obj 

gryphon.dll gryphon.exp gryphon.lib : packet-gryphon.obj ..\plugin_api.obj
	link -dll /out:gryphon.dll packet-gryphon.obj ..\plugin_api.obj

clean:
	rm -f $(OBJECTS) gryphon.dll gryphon.exp gryphon.lib $(PDB_FILE)