diff options
| author | Matt Corallo <[email protected]> | 2012-08-27 14:09:26 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-08-27 14:20:56 -0400 |
| commit | a1755ec4264248323f9a38ac0c3f19200b77c9f8 (patch) | |
| tree | 01fd7e3adab90379f89ffbd3a866b5f83127202d /src | |
| parent | Merge branch 'alert_fix' of git://github.com/gavinandresen/bitcoin-git (diff) | |
| download | discoin-a1755ec4264248323f9a38ac0c3f19200b77c9f8.tar.xz discoin-a1755ec4264248323f9a38ac0c3f19200b77c9f8.zip | |
Upgrade to Boost 1.50
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.linux-mingw | 4 | ||||
| -rw-r--r-- | src/makefile.mingw | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index ad74aa6c9..93e3fe9aa 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -10,13 +10,13 @@ USE_IPV6:=1 INCLUDEPATHS= \ -I"$(CURDIR)" \ -I"$(CURDIR)"/obj \ - -I"$(DEPSDIR)/boost_1_49_0" \ + -I"$(DEPSDIR)/boost_1_50_0" \ -I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ -I"$(DEPSDIR)/openssl-1.0.1b/include" \ -I"$(DEPSDIR)" LIBPATHS= \ - -L"$(DEPSDIR)/boost_1_49_0/stage/lib" \ + -L"$(DEPSDIR)/boost_1_50_0/stage/lib" \ -L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ -L"$(DEPSDIR)/openssl-1.0.1b" diff --git a/src/makefile.mingw b/src/makefile.mingw index 6102dad61..58a12e209 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -6,20 +6,20 @@ USE_UPNP:=0 USE_IPV6:=1 INCLUDEPATHS= \ - -I"C:\boost-1.49.0-mgw" \ + -I"C:\boost-1.50.0-mgw" \ -I"C:\db-4.8.30.NC-mgw\build_unix" \ -I"C:\openssl-1.0.1b-mgw\include" LIBPATHS= \ - -L"C:\boost-1.49.0-mgw\stage\lib" \ + -L"C:\boost-1.50.0-mgw\stage\lib" \ -L"C:\db-4.8.30.NC-mgw\build_unix" \ -L"C:\openssl-1.0.1b-mgw" LIBS= \ - -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 boost_system-mgw45-mt-s-1_50 \ + -l boost_filesystem-mgw45-mt-s-1_50 \ + -l boost_program_options-mgw45-mt-s-1_50 \ + -l boost_thread-mgw45-mt-s-1_50 \ -l db_cxx \ -l ssl \ -l crypto |