diff options
| author | fanquake <[email protected]> | 2012-07-14 00:24:19 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2012-07-14 00:24:19 +0800 |
| commit | 1f915e418c90b3e39b1b76e0ac4244bf4160b826 (patch) | |
| tree | 90d9427d05fca994794be54a44b23ccbcb937d3f /src | |
| parent | Correct OpenSSL version (diff) | |
| download | discoin-1f915e418c90b3e39b1b76e0ac4244bf4160b826.tar.xz discoin-1f915e418c90b3e39b1b76e0ac4244bf4160b826.zip | |
Correct OpenSSL in makefile
1.0.0d -> 1.0.1b
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 \ |