aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet/Makefile.nmake
blob: d1390681d99af10f04f209704e994f8c9700fad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# $Id: Makefile.nmake,v 1.2 2003/06/11 14:40:17 gerald 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-rtnet.obj 

rtnet.dll rtnet.exp rtnet.lib : packet-rtnet.obj ..\plugin_api.obj
	link -dll /out:rtnet.dll packet-rtnet.obj ..\plugin_api.obj \
	$(GLIB_DIR)\glib-$(GLIB_VERSION).lib

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