aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dfilter/Makefile.nmake')
-rw-r--r--epan/dfilter/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake
index d79e33e3d7..53714bfca9 100644
--- a/epan/dfilter/Makefile.nmake
+++ b/epan/dfilter/Makefile.nmake
@@ -13,7 +13,7 @@ LEMON=..\..\tools\lemon
# We GENERATED_CFLAGS to get around flex's non-LLP64-compliant output
GENERATED_CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I..\.. /I$(LEMON) \
$(GLIB_CFLAGS) $(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
-CFLAGS=-WX $(GENERATED_CFLAGS)
+CFLAGS=-WX /MP $(GENERATED_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL