aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/Makefile.nmake
blob: 1292b55d754a2ebf353339af20f84fc2d7431a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include ..\config.nmake

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

CFLAGS=/DHAVE_CONFIG_H /I.. /I../wiretap /I. \
	/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=plugin_api.obj 

all: plugin_api.obj gryphon

gryphon::
	cd gryphon
	nmake -f Makefile.nmake
	cd ..