Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based on
[obnox/wireshark/wip.git] / plugins / pcli / Makefile.nmake
1 #
2 # $Id: Makefile.nmake,v 1.2 2003/06/14 20:36:03 guy 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 $(GLIB_CFLAGS) \
10         /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
11
12 OBJECTS=packet-pcli.obj 
13
14 pcli.dll pcli.exp pcli.lib : packet-pcli.obj ..\plugin_api.obj
15         link -dll /out:pcli.dll packet-pcli.obj ..\plugin_api.obj \
16         $(GLIB_DIR)\glib-$(GLIB_VERSION).lib
17
18 clean:
19         rm -f $(OBJECTS) pcli.dll pcli.exp pcli.lib $(PDB_FILE)