aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-15 20:55:31 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-15 20:55:31 +0000
commit91caa0109037f277502b1cbd4bcc185be2413f52 (patch)
tree5000612282b72e9e146e3728f97778f86f8e4ffb /epan/crypt
parentd41065097e263c6ff4b2380392aedd2aa9ab61aa (diff)
Add /MP flag to make use of multi cores.
svn path=/trunk/; revision=29104
Diffstat (limited to 'epan/crypt')
-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 b05773a2cf..215e91a7b9 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 -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS)
+CFLAGS=-WX /MP -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<