aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.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 /Makefile.nmake
parentf0f2cb8cbeffd7de65bf3fb5715fcf10ff9b82b8 (diff)
Use LUA 5.1.4
svn path=/trunk/; revision=26329
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 11aab9be57..562df24bf6 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -756,7 +756,7 @@ process_libs:
!ENDIF
!IFDEF LUA_DIR
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- . lua5_1_dll.zip
+ lua5.1.4 lua5_1_4_Win32_dll9_lib.zip
!ENDIF
!IFDEF GNUTLS_DIR
@@ -1077,7 +1077,7 @@ install-all: install-generated-files
xcopy $(GNUTLS_DIR)\bin\libtasn1-3.dll $(INSTALL_DIR) /d
!ENDIF
!IFDEF LUA_DIR
- xcopy "$(LUA_DIR)\lib\dll\lua5.1.dll" $(INSTALL_DIR) /d
+ xcopy "$(LUA_DIR)\lua5.1.dll" $(INSTALL_DIR) /d
!ENDIF
!IFDEF SMI_DIR
if not exist $(INSTALL_DIR)\snmp mkdir $(INSTALL_DIR)\snmp