diff options
author | Matt Corallo <matt@bluematt.me> | 2012-06-10 01:50:54 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2012-06-15 17:15:37 +0200 |
commit | 39471861d59866f7f2abadc27ed139b3eecca236 (patch) | |
tree | aa00a1c3ed688447efb66a193dbcb1775dd97ffe /src/makefile.linux-mingw | |
parent | 194ea3186a3331768650629826a9c6db6db84e82 (diff) |
Upgrade to Boost 1.49 on Win32
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r-- | src/makefile.linux-mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 51f49bb3cf..3e7b301cad 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -7,14 +7,14 @@ DEPSDIR:=/usr/i586-mingw32msvc USE_UPNP:=0 INCLUDEPATHS= \ - -I"$(DEPSDIR)/boost_1_47_0" \ + -I"$(DEPSDIR)/boost_1_49_0" \ -I"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ -I"$(DEPSDIR)/openssl-1.0.1b/include" \ -I"$(DEPSDIR)" \ -I"$(CURDIR)"/obj \ LIBPATHS= \ - -L"$(DEPSDIR)/boost_1_47_0/stage/lib" \ + -L"$(DEPSDIR)/boost_1_49_0/stage/lib" \ -L"$(DEPSDIR)/db-4.8.30.NC/build_unix" \ -L"$(DEPSDIR)/openssl-1.0.1b" |