aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorMatt Corallo <matt@bluematt.me>2012-06-10 01:50:54 +0200
committerMatt Corallo <matt@bluematt.me>2012-06-15 17:15:37 +0200
commit39471861d59866f7f2abadc27ed139b3eecca236 (patch)
treeaa00a1c3ed688447efb66a193dbcb1775dd97ffe /src/makefile.mingw
parent194ea3186a3331768650629826a9c6db6db84e82 (diff)
downloadbitcoin-39471861d59866f7f2abadc27ed139b3eecca236.tar.xz
Upgrade to Boost 1.49 on Win32
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 577c77b7d4..92dfa3b164 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -5,20 +5,20 @@
USE_UPNP:=0
INCLUDEPATHS= \
- -I"C:\boost-1.47.0-mgw" \
+ -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"
LIBPATHS= \
- -L"C:\boost-1.47.0-mgw\stage\lib" \
+ -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"
LIBS= \
- -l boost_system-mgw45-mt-s-1_47 \
- -l boost_filesystem-mgw45-mt-s-1_47 \
- -l boost_program_options-mgw45-mt-s-1_47 \
- -l boost_thread-mgw45-mt-s-1_47 \
+ -l boost_system-mgw45-mt-s-1_49 \
+ -l boost_filesystem-mgw45-mt-s-1_49 \
+ -l boost_program_options-mgw45-mt-s-1_49 \
+ -l boost_thread-mgw45-mt-s-1_49 \
-l db_cxx \
-l ssl \
-l crypto