aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-win32-mingw-creation.txt
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-09-22 15:37:52 +0000
committerAndrew Lewman <andrew@torproject.org>2006-09-22 15:37:52 +0000
commit0440d982459830a84b24f0c4ff0eba812523c10c (patch)
tree37e38e11e21fcd703e2c100417db92b12a25bca4 /doc/tor-win32-mingw-creation.txt
parent66092df5c3ccabf0b4d79ed8fdba0861092a3713 (diff)
downloadtor-0440d982459830a84b24f0c4ff0eba812523c10c.tar
tor-0440d982459830a84b24f0c4ff0eba812523c10c.tar.gz
One last change to openssl to get it to compile in mingw.
svn:r8458
Diffstat (limited to 'doc/tor-win32-mingw-creation.txt')
-rw-r--r--doc/tor-win32-mingw-creation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index b8291292b..28ba178ed 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -39,6 +39,8 @@ find ./ -name "*.h" -exec cp {} ../include/openssl/ \;
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