Added a dissector plugin for Packet Cable Lawful Intercept.
[obnox/wireshark/wip.git] / plugins / pcli / Makefile.nmake
1 #
2 # $Id: Makefile.nmake,v 1.1 2002/10/03 02:56:59 hagbard Exp $
3 #
4
5 include ..\..\config.nmake
6
7 ############### no need to modify below this line #########
8
9 CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap \
10         /I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
11         /I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
12         /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
13
14 OBJECTS=packet-pcli.obj 
15
16 pcli.dll pcli.exp pcli.lib : packet-pcli.obj ..\plugin_api.obj
17         link -dll /out:pcli.dll packet-pcli.obj ..\plugin_api.obj \
18         $(GLIB_DIR)\glib-$(GLIB_VERSION).lib
19
20 clean:
21         rm -f $(OBJECTS) pcli.dll pcli.exp pcli.lib $(PDB_FILE)