aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-10-01 19:38:27 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-10-01 19:38:27 +0000
commitbc7779c4c4471eee1184e5c5b188bc2dbe5876fb (patch)
tree838b519dcadb45cb112c5a99e4342765d68faeff /config.nmake
parentf0f2cb8cbeffd7de65bf3fb5715fcf10ff9b82b8 (diff)
Use LUA 5.1.4
svn path=/trunk/; revision=26329
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 32eb805039..0515256bd0 100644
--- a/config.nmake
+++ b/config.nmake
@@ -263,7 +263,7 @@ KFW_DIR=$(WIRESHARK_LIBS)\kfw-2.5
# If you don't have LUA, comment this line out, so that LUA_DIR
# isn't defined.
#
-LUA_DIR=$(WIRESHARK_LIBS)\lua5.1
+LUA_DIR=$(WIRESHARK_LIBS)\lua5.1.4
#
# Optional: the PORTAUDIO library enables audio output for RTP streams.
@@ -801,7 +801,7 @@ LIBGCRYPT_CONFIG=
!IFDEF LUA_DIR
LUA_CFLAGS=/I$(LUA_DIR)\include
-LUA_LIBS=$(LUA_DIR)\lib\dll\lua5.1.lib
+LUA_LIBS=$(LUA_DIR)\lua5.1.lib
# Nmake uses carets to escape special characters
LUA_CONFIG=^#define HAVE_LUA 1
LUA_VERSION=^#define HAVE_LUA_5_1 1