aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wslua
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-16 08:27:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-16 08:27:18 +0000
commit67d6f5976eccff974b5649236566c945fad38552 (patch)
treee7f2e31b4ab96b2e327438586a0cde056923a27a /epan/wslua
parent6ade5c06155e6ffb1f6f2a578c3e0210b6dc1af2 (diff)
Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmake
for MSVC variant 2008 only. As suggested by Bill Meier. svn path=/trunk/; revision=29114
Diffstat (limited to 'epan/wslua')
-rw-r--r--epan/wslua/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake
index 155f1dbc08..64391ee9cc 100644
--- a/epan/wslua/Makefile.nmake
+++ b/epan/wslua/Makefile.nmake
@@ -6,7 +6,7 @@ include ..\..\config.nmake
############### no need to modify below this line #########
-CFLAGS=-WX /MP -DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) $(LUA_CFLAGS) \
+CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) $(LUA_CFLAGS) \
/I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL