[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r8406: Re-create symlinks through cp. (tor/trunk/doc)



Author: phobos
Date: 2006-09-16 15:54:03 -0400 (Sat, 16 Sep 2006)
New Revision: 8406

Modified:
   tor/trunk/doc/tor-win32-mingw-creation.txt
Log:
Re-create symlinks through cp.


Modified: tor/trunk/doc/tor-win32-mingw-creation.txt
===================================================================
--- tor/trunk/doc/tor-win32-mingw-creation.txt	2006-09-16 14:43:22 UTC (rev 8405)
+++ tor/trunk/doc/tor-win32-mingw-creation.txt	2006-09-16 19:54:03 UTC (rev 8406)
@@ -32,10 +32,14 @@
 
 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: