Fix build.h dependencies
authorPieter Wuille <pieter.wuille@gmail.com>
Wed, 11 Apr 2012 01:51:08 +0000 (03:51 +0200)
committerPieter Wuille <pieter.wuille@gmail.com>
Wed, 11 Apr 2012 12:04:42 +0000 (14:04 +0200)
commit45771671704f0ed09aec48777c12f0af388d1beb
tree26d167d58d718989cdf009f3ab1d3417e53d3034
parent5d464a4a5552acd1fe7e6c9ba656f0d809ebcd44
Fix build.h dependencies

For Qt builds, the build.h file is moved to build/build.h. For regular
builds, it is moved to obj/build.h. This allows the Qt build to be done
in a different directory than the source, and without interfering with
other builds.
bitcoin-qt.pro
src/makefile.linux-mingw
src/makefile.osx
src/makefile.unix