aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-22 13:57:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-22 13:57:02 +0000
commit1bbf0a0de3f6be5897b9ac37921dd40ca397f5f3 (patch)
treebc0424abdab9d4d37bdbc6ca989df4fb4c3d8290 /plugins/mate/Makefile.nmake
parentf75e9eda65fcebffbca4b8d31398a8cc3c6d7fd1 (diff)
leave out the mate plugin for now, so buildbot might compile again ...
svn path=/trunk/; revision=21118
Diffstat (limited to 'plugins/mate/Makefile.nmake')
-rw-r--r--plugins/mate/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index 3aecb2addc..ba8d6e5562 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -11,7 +11,7 @@ include Makefile.common
LEMON=..\..\tools\lemon
-CFLAGS=/WX /DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\
+CFLAGS=/DHAVE_CONFIG_H /I../.. /I../../wiretap $(GLIB_CFLAGS) /I$(LEMON)\
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
.c.obj::