aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/Makefile.nmake
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/crypt/Makefile.nmake
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/crypt/Makefile.nmake')
-rw-r--r--epan/crypt/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake
index 215e91a7b9..b05773a2cf 100644
--- a/epan/crypt/Makefile.nmake
+++ b/epan/crypt/Makefile.nmake
@@ -8,7 +8,7 @@ include Makefile.common
############### no need to modify below this line #########
-CFLAGS=-WX /MP -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS)
+CFLAGS=-WX -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<