diff options
| author | Gavin Andresen <[email protected]> | 2012-07-17 20:33:03 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-07-17 20:33:03 -0400 |
| commit | c93236b564d7afc1de497160b230f91bf2e722f3 (patch) | |
| tree | e18708c23847bd74b7895befdc3772b8462fc800 /src | |
| parent | New feature for signrawtransaction: specify signature hash (ALL/NONE/etc) (diff) | |
| parent | Correct OpenSSL in makefile (diff) | |
| download | discoin-c93236b564d7afc1de497160b230f91bf2e722f3.tar.xz discoin-c93236b564d7afc1de497160b230f91bf2e722f3.zip | |
Merge branch 'master' of git://github.com/fanquake/bitcoin
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index c270d4599..3649afd0e 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -7,12 +7,12 @@ USE_UPNP:=0 INCLUDEPATHS= \ -I"C:\boost-1.49.0-mgw" \ -I"C:\db-4.8.30.NC-mgw\build_unix" \ - -I"C:\openssl-1.0.0d-mgw\include" + -I"C:\openssl-1.0.1b-mgw\include" LIBPATHS= \ -L"C:\boost-1.49.0-mgw\stage\lib" \ -L"C:\db-4.8.30.NC-mgw\build_unix" \ - -L"C:\openssl-1.0.0d-mgw" + -L"C:\openssl-1.0.1b-mgw" LIBS= \ -l boost_system-mgw45-mt-s-1_49 \ |