aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp/Makefile.nmake
blob: a925755d83c0d761e37193e19f9fd0bbdc5fd990 (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 2002/01/21 07:37:49 guy Exp $
#

include ..\..\config.nmake

############### no need to modify below this line #########

CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap \
	/I$(GLIB_DIR) /I$(GTK_DIR) /I$(GLIB_DIR)/gmodule \
	/I$(GTK_DIR)\gdk /I$(GTK_DIR)\gdk\win32 \
	/I$(PCAP_DIR)\include $(LOCAL_CFLAGS)

OBJECTS=packet-mgcp.obj 

mgcp.dll mgcp.exp mgcp.lib : packet-mgcp.obj ..\plugin_api.obj
	link -dll /out:mgcp.dll packet-mgcp.obj ..\plugin_api.obj \
	$(GLIB_DIR)\glib-$(GLIB_VERSION).lib

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