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.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.mingw')
| -rw-r--r-- | src/makefile.mingw | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index e60b3201f..c270d4599 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 |