aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2012-07-05 16:38:12 -0400
committerGavin Andresen <[email protected]>2012-07-05 16:38:12 -0400
commit50fc02d063e7799fc50da2a43421f001a28541b7 (patch)
treec9b8a53b47ce57b1a325bbd1099b0cc8fc1a1cdf /src/makefile.linux-mingw
parentUse unsigned ints to fix signed/unsigned warnings (diff)
parentRevert "Disable bitcoin: URI handling on Windows for the 0.6 release" (diff)
downloaddiscoin-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-mingw4
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"