[tor-commits] [torbrowser/maint-2.4] add libssp to the windows bundles
erinn at torproject.org
erinn at torproject.org
Mon Dec 3 16:29:33 UTC 2012
commit 5d8a02fc79630f08963004719c79220038a96bce
Author: Erinn Clark <erinn at torproject.org>
Date: Mon Dec 3 16:29:13 2012 +0000
add libssp to the windows bundles
---
build-scripts/windows-alpha.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build-scripts/windows-alpha.mk b/build-scripts/windows-alpha.mk
index 7f4ba1d..c9837a3 100644
--- a/build-scripts/windows-alpha.mk
+++ b/build-scripts/windows-alpha.mk
@@ -267,6 +267,7 @@ directory-structure:
## Filenames extracted using Dependency Walker <http://www.dependencywalker.com/>
install-binaries:
cp $(MING)/mingwm10.dll $(APPDIR)
+ cp $(MING)/libssp-0.dll $(APPDIR)
cp $(QT_LIB)/QtCore4.dll $(QT_LIB)/QtGui4.dll $(QT_LIB)/QtNetwork4.dll $(QT_LIB)/QtXml4.dll $(QT_LIB)/libgcc_s_dw2-1.dll $(APPDIR)
cp $(OPENSSL_LIB)/ssleay32.dll $(APPDIR)
cp $(OPENSSL_LIB)/libeay32.dll $(APPDIR)
More information about the tor-commits
mailing list