aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rtnet/Makefile.nmake
blob: 345aa0ac361be48abfa28ae7cc2ba7e7c1cf4f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#
# $Id: Makefile.nmake,v 1.3 2003/06/14 20:36:04 guy Exp $
#

include ..\..\config.nmake

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

CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) \
	/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)