aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/artnet/Makefile.nmake
blob: 511224c9efb624ab70d25775a77c88fef0ee6fdb (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.4 2003/10/10 21:31:49 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-artnet.obj 

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

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

distclean: clean