aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-05 22:38:12 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2011-04-05 22:38:12 +0000
commitb6debe9bdcbd52d0cf67bf9629a98dc798bb05f4 (patch)
tree5f1736f1fe84fe354ac59c2fedf17f47e4b5b148 /Makefile.nmake
parente5c9acbf5f9b040774fcf06b0b53a66c5de60dd4 (diff)
Use the latest library tag, which updates GNUTLS. Add code to check for
libintl-8.dll and add the GNUTLS version if needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36483 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c6c6252a06..f0079f0a74 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -866,6 +866,7 @@ clean_setup:
rm -r -f glib
rm -r -f gnutls-2.8.1-1
rm -r -f gnutls-2.8.5-*-win??ws
+ rm -r -f gnutls-2.10.3-*-win??ws
rm -r -f gtk2
rm -r -f gtk+
rm -r -f gtk-wimp
@@ -1073,6 +1074,11 @@ install-all: install-generated-files
xcopy $(GNUTLS_DIR)\bin\libgnutls-26.dll $(INSTALL_DIR) /d
xcopy $(GNUTLS_DIR)\bin\libgpg-error-0.dll $(INSTALL_DIR) /d
xcopy $(GNUTLS_DIR)\bin\libtasn1-3.dll $(INSTALL_DIR) /d
+! IF "$(INTL_DLL)" != "libintl-8.dll"
+# The gtk+ bundle doesn't provide libintl-8.dll (which is the case
+# with the 32-bit package); use the GNUTLS version.
+ xcopy $(GNUTLS_DIR)\bin\libintl-8.dll $(INSTALL_DIR) /d
+! ENDIF
!ENDIF
!IFDEF LUA_DIR
xcopy "$(LUA_DIR)\lua5.1.dll" $(INSTALL_DIR) /d