aboutsummaryrefslogtreecommitdiff
path: root/doc/tor-win32-mingw-creation.txt
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2006-09-16 19:54:03 +0000
committerAndrew Lewman <andrew@torproject.org>2006-09-16 19:54:03 +0000
commit3b0355d3b25235a3535ae9050c9aeb9cbdcd70e8 (patch)
tree92d72ef15ecdf5318e1fec1aeea08ec502a992aa /doc/tor-win32-mingw-creation.txt
parent2b0057991be90beaa08b89a78f858c74871cf28e (diff)
downloadtor-3b0355d3b25235a3535ae9050c9aeb9cbdcd70e8.tar
tor-3b0355d3b25235a3535ae9050c9aeb9cbdcd70e8.tar.gz
Re-create symlinks through cp.
svn:r8406
Diffstat (limited to 'doc/tor-win32-mingw-creation.txt')
-rw-r--r--doc/tor-win32-mingw-creation.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/tor-win32-mingw-creation.txt b/doc/tor-win32-mingw-creation.txt
index 470ce9bc0..4550d0d1e 100644
--- a/doc/tor-win32-mingw-creation.txt
+++ b/doc/tor-win32-mingw-creation.txt
@@ -32,10 +32,14 @@ tar zxf openssl-0.9.8c.tar.gz
Make openssl.dll:
cd tor-mingw/openssl-0.9.8c/
+cd crypto/
+find ./ -name "*.h" -exec cp {} ../include/openssl/ \;
+find ./crypto/ -type f -name "*.c" -exec cp {} test/ \
+cd ../ssl/
+find ./ -name "*.h" -exec cp {} ../include/openssl/ \;
+cp *.h ./include/openssl/
+cp ssl/ssltest.c test/
./Configure mingw
-cp crypto/*.h ./include/openssl/
-cp e_os2.h ./include/openssl/
-cp ssl/*.h ./include/openssl/
make
Note: this fails in test due to: