diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-08 22:06:07 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-11-08 22:06:07 +0000 |
commit | 461764cbbea5965ebbd248f221876743d7a9ccd4 (patch) | |
tree | e188896a34a17405f88a3968aa94d3aaf7046585 /build-msw.txt | |
parent | 3b8848fa4e9b2cd8187cf90a7cbeabd662490c2b (diff) |
-paytxfee is now per KB,
BitcoinMiner prioritise transactions by how old their dependencies are
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@176 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'build-msw.txt')
-rw-r--r-- | build-msw.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/build-msw.txt b/build-msw.txt index 7a58aaa6ef..3082f69414 100644 --- a/build-msw.txt +++ b/build-msw.txt @@ -63,8 +63,7 @@ nmake -f makefile.vc OpenSSL ------- -Bitcoin does not use any encryption. If you want to do a no-everything -build of OpenSSL to exclude encryption routines, a few patches are required. +If you want to exclude unused optional algorithms, a few patches are required. (instructions for OpenSSL v0.9.8k) Edit engines\e_gmp.c and engines\e_capi.c and add this #ifndef around @@ -88,7 +87,7 @@ Build cd \openssl ms\mingw32.bat -If you want to use it with MSVC, generate the .lib file +If you're using MSVC, generate the .lib file lib /machine:i386 /def:ms\libeay32.def /out:out\libeay32.lib |