aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2012-04-27 10:52:14 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2012-04-27 13:51:12 -0400
commitb7a2b6e1aa3d2b5fc8240dc0fd3a0e8acb213775 (patch)
tree1898cf2e76cb0024d123470228877ba4a4edffb9 /src/makefile.mingw
parente5f43fe30992abd75b6f981fd287cfed64c627ee (diff)
downloadbitcoin-b7a2b6e1aa3d2b5fc8240dc0fd3a0e8acb213775.tar.xz
Windows build: compile against openssl 1.0.1b
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 2cb78d97e6..5e9a4427f1 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -7,12 +7,12 @@ USE_UPNP:=0
INCLUDEPATHS= \
-I"C:\boost-1.47.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.47.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_47 \