[or-cvs] r20317: {torbrowser} compile openssl with visual c for dependency resolution (in torbrowser/trunk: . build-scripts)

phobos at seul.org phobos at seul.org
Sun Aug 16 02:15:23 UTC 2009


Author: phobos
Date: 2009-08-15 22:15:23 -0400 (Sat, 15 Aug 2009)
New Revision: 20317

Modified:
   torbrowser/trunk/README
   torbrowser/trunk/build-scripts/Makefile
Log:
compile openssl with visual c for dependency resolution


Modified: torbrowser/trunk/README
===================================================================
--- torbrowser/trunk/README	2009-08-15 20:28:00 UTC (rev 20316)
+++ torbrowser/trunk/README	2009-08-16 02:15:23 UTC (rev 20317)
@@ -215,3 +215,4 @@
 1.2.8:
   update Torbutton to 1.2.2
   update Vidalia to 0.2.2
+  compile OpenSSL 0.9.8k with Visual C to make dlls

Modified: torbrowser/trunk/build-scripts/Makefile
===================================================================
--- torbrowser/trunk/build-scripts/Makefile	2009-08-15 20:28:00 UTC (rev 20316)
+++ torbrowser/trunk/build-scripts/Makefile	2009-08-16 02:15:23 UTC (rev 20317)
@@ -14,7 +14,7 @@
 ## Location of required libraries
 MING=/c/MinGW/bin
 QT=/c/Qt/4.5.1/bin
-OPENSSL=/c/OpenSSL/bin
+OPENSSL=/c/build/openssl-0.9.8k/bin
 
 ## Location of bundle components
 VIDALIA=/c/build/vidalia-0.2.2



More information about the tor-commits mailing list