aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/v5ua/Makefile.nmake
blob: 22f8dd7733e2718749127456f40443a166738949 (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/12/17 07:02:12 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-v5ua.obj 

v5ua.dll v5ua.exp v5ua.lib : $(OBJECTS) ..\plugin_api.obj
	link -dll /out:v5ua.dll $(OBJECTS) ..\plugin_api.obj \
	$(GLIB_LIBS)

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

distclean: clean