commit 7fc2ee548c5a15bad91cc3a3d0b6f8ae6ef10029 Author: Erinn Clark erinn@torproject.org Date: Mon Dec 3 16:28:25 2012 +0000
add libssp to the windows bundles --- build-scripts/windows.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/build-scripts/windows.mk b/build-scripts/windows.mk index 0492f84..d3efa35 100644 --- a/build-scripts/windows.mk +++ b/build-scripts/windows.mk @@ -247,6 +247,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)
tor-commits@lists.torproject.org