aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-02-16 17:27:12 +0000
committerGerald Combs <gerald@wireshark.org>2009-02-16 17:27:12 +0000
commitdb37f3cecf8c965bb84f42bd857dbaf526036de6 (patch)
treea3467c20d90bb3cf62c1495b88554eee731d9385 /Makefile.nmake
parent2d38e8e840b762f45e6567a93da32c8f33244b5f (diff)
Try using the MSVCRT version of Lua (lua5_1_4_Win32_dll6_lib) for
all builds. svn path=/trunk/; revision=27465
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 3d58ad5205..d5e6a3f04c 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -765,7 +765,7 @@ process_libs:
!ENDIF
!IFDEF LUA_DIR
@$(SH) tools\win32-setup.sh "$(WIN32_SETUP_OPT)" "$(WIRESHARK_LIBS)" \
- lua5.1.4 lua5_1_4_Win32_dll9_lib.zip
+ lua5.1.4 lua5_1_4_Win32_dll6_lib.zip
!ENDIF
!IFDEF GNUTLS_DIR