summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-12-08 00:13:57 +0000
committerGerald Combs <gerald@wireshark.org>2009-12-08 00:13:57 +0000
commite5be6520566f23e19158e35b221f65b715d3cd8e (patch)
tree5ff26b3331cb9fb2f885b6338241a4edbee1837d /Makefile.nmake
parent7c276becfde09c74d8cf93253e4fa2c503b4aa93 (diff)
downloadwireshark-e5be6520566f23e19158e35b221f65b715d3cd8e.tar.gz
Fix compilation under Windows. Allocate our hash buffer dynamically so
that _chkstk doesn't throw a hissy fit. When hashing, open the file in binary mode. svn path=/trunk/; revision=31192
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 747848b400..1413d7fffe 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -138,7 +138,8 @@ rawshark_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
capinfos_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsock32.lib user32.lib shell32.lib \
wsutil\libwsutil.lib \
- $(GLIB_LIBS)
+ $(GLIB_LIBS) \
+ $(GCRYPT_LIBS)
editcap_LIBS= wiretap\wiretap-$(WTAP_VERSION).lib \
wsock32.lib user32.lib shell32.lib \