diff options
| author | Gavin Andresen <[email protected]> | 2012-07-05 16:38:12 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-07-05 16:38:12 -0400 |
| commit | 50fc02d063e7799fc50da2a43421f001a28541b7 (patch) | |
| tree | c9b8a53b47ce57b1a325bbd1099b0cc8fc1a1cdf /src/makefile.linux-mingw | |
| parent | Use unsigned ints to fix signed/unsigned warnings (diff) | |
| parent | Revert "Disable bitcoin: URI handling on Windows for the 0.6 release" (diff) | |
| download | discoin-50fc02d063e7799fc50da2a43421f001a28541b7.tar.xz discoin-50fc02d063e7799fc50da2a43421f001a28541b7.zip | |
Merge branch 'uri' of https://github.com/TheBlueMatt/bitcoin
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 e7cbb4704..6cd464266 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" |