Update Bitcoin to use OpenSSL 1.0.1c

Bump deps tp 0.0.5
Small docs corrections
This commit is contained in:
fanquake
2012-09-22 14:51:03 +08:00
parent 1da09ab062
commit 0eaaa83ba5
8 changed files with 25 additions and 25 deletions

View File

@@ -8,12 +8,12 @@ USE_IPV6:=1
INCLUDEPATHS= \
-I"C:\boost-1.50.0-mgw" \
-I"C:\db-4.8.30.NC-mgw\build_unix" \
-I"C:\openssl-1.0.1b-mgw\include"
-I"C:\openssl-1.0.1c-mgw\include"
LIBPATHS= \
-L"C:\boost-1.50.0-mgw\stage\lib" \
-L"C:\db-4.8.30.NC-mgw\build_unix" \
-L"C:\openssl-1.0.1b-mgw"
-L"C:\openssl-1.0.1c-mgw"
LIBS= \
-l boost_system-mgw45-mt-s-1_50 \