aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-04-12 20:36:31 +0000
committerGerald Combs <gerald@wireshark.org>2006-04-12 20:36:31 +0000
commitacebebcd61cd34deb57312092db293c8192260e5 (patch)
tree2f784e1b9e885d5dec6a65f2d28c09ec54397a51 /Makefile.nmake
parent3d145282158f7ecf032e4e3322d872f376519f47 (diff)
Update Lua.
svn path=/trunk/; revision=17847
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 59aa71c96a..28d92a142e 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -513,7 +513,7 @@ setup: verify_tools
!ENDIF
!IFDEF LUA_DIR
@$(SH) tools\win32-setup.sh --download "$(ETHEREAL_LIBS)" \
- . lua5_1b1_vc6.zip
+ . lua5_1_vc6.zip
!ENDIF
!IFDEF GTK2_DIR
!IF "$(GTK2_INST_VERSION)" == "2.8"