瀏覽代碼

One last change to openssl to get it to compile in mingw.

svn:r8458
Andrew Lewman 19 年之前
父節點
當前提交
0440d98245
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      doc/tor-win32-mingw-creation.txt

+ 2 - 0
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