[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21654: {torbrowser} add the dll that qt 4.6.2 wants to have. (torbrowser/trunk/build-scripts)
Author: phobos
Date: 2010-02-16 01:58:37 +0000 (Tue, 16 Feb 2010)
New Revision: 21654
Modified:
torbrowser/trunk/build-scripts/Makefile
Log:
add the dll that qt 4.6.2 wants to have.
Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile 2010-02-15 22:25:57 UTC (rev 21653)
+++ torbrowser/trunk/build-scripts/Makefile 2010-02-16 01:58:37 UTC (rev 21654)
@@ -164,8 +164,7 @@
install-binaries:
cp $(MING)/mingwm10.dll $(APPDIR)
cp $(MING)/libgnurx-0.dll $(APPDIR)
- cp $(QT)/QtCore4.dll $(QT)/QtGui4.dll \
- $(QT)/QtNetwork4.dll $(QT)/QtXml4.dll $(APPDIR)
+ cp $(QT)/QtCore4.dll $(QT)/QtGui4.dll $(QT)/QtNetwork4.dll $(QT)/QtXml4.dll $(QT)/libgcc_s_dw2-1.dll $(APPDIR)
cp $(OPENSSL)/ssleay32.dll $(APPDIR)
cp $(OPENSSL)/libeay32.dll $(APPDIR)
cp $(VIDALIA)/src/vidalia/vidalia.exe $(APPDIR)