diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-09-22 15:37:52 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-09-22 15:37:52 +0000 |
commit | 0440d982459830a84b24f0c4ff0eba812523c10c (patch) | |
tree | 37e38e11e21fcd703e2c100417db92b12a25bca4 /doc/tor-win32-mingw-creation.txt | |
parent | 66092df5c3ccabf0b4d79ed8fdba0861092a3713 (diff) | |
download | tor-0440d982459830a84b24f0c4ff0eba812523c10c.tar.gz tor-0440d982459830a84b24f0c4ff0eba812523c10c.zip |
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.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt index b8291292be..28ba178edd 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 |