summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-04-06 22:01:03 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-04-07 05:54:19 +0000
commitcc3c05ed5f9e2d3eb8d72b3acc66bbacd50a26e7 (patch)
tree620363df0e06e9485599eb8f4b2ea45a6319121f /config.nmake
parente32b38164b237dc80478b49469e955f430c23f49 (diff)
downloadwireshark-cc3c05ed5f9e2d3eb8d72b3acc66bbacd50a26e7.tar.gz
Switch to Lua 5.2.3 built with MSVC2010 instead of the one built with MingW gcc 4.3
Fixes bug 9957 Change-Id: Ibe38ec25be5cfdad98c53c8257b0a858529897f6 Reviewed-on: https://code.wireshark.org/review/991 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index 40a1484c8e..847390331c 100644
--- a/config.nmake
+++ b/config.nmake
@@ -447,7 +447,7 @@ KFW_DIR=$(WIRESHARK_LIB_DIR)\kfw-3-2-2-i386-ws-vc6
# If you don't have LUA, comment this line out, so that LUA_DIR
# isn't defined.
#
-LUA_DIST=-5.2.3_Win32_dllw4
+LUA_DIST=-5.2.3_Win32_dll10
LUA_DIR=$(WIRESHARK_LIB_DIR)\lua5.2.3
#
@@ -694,7 +694,7 @@ GNUTLS_PKG=2.12.18-1.2-1
# If you don't have LUA, comment this line out, so that LUA_DIR
# isn't defined.
#
-LUA_DIST=-5.2.3_Win64_dllw4
+LUA_DIST=-5.2.3_Win64_dll10
LUA_DIR=$(WIRESHARK_LIB_DIR)\lua5.2.3
#