[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8458: One last change to openssl to get it to compile in mingw. (tor/trunk/doc)
Author: phobos
Date: 2006-09-22 11:37:52 -0400 (Fri, 22 Sep 2006)
New Revision: 8458
Modified:
tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
One last change to openssl to get it to compile in mingw.
Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt 2006-09-22 15:08:05 UTC (rev 8457)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt 2006-09-22 15:37:52 UTC (rev 8458)
@@ -39,6 +39,8 @@
cd ..
cp *.h include/openssl/
cp ssl/ssltest.c test/
+Edit Makefile and remove the "test" and "tests" sections.
+rm -rf ./test
./Configure mingw
make