aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/rlm/Makefile.nmake
blob: 300c12cfc0c7e37b2ce41004bc8e55dfb33adbba (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.1 2004/03/25 11:21:07 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-rlm.obj 

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

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

distclean: clean