aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
Commit message (Collapse)AuthorAgeFilesLines
* Moved checkpoints out of main, to prep for using them to help prevent DoS ↵Gavin Andresen2011-12-011-0/+2
| | | | attacks
* Update openssl to 1.0.0e.Matt Corallo2011-10-251-2/+2
|
* Remove ui_res from makefilesGavin Andresen2011-10-071-1/+1
|
* remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-8/+2
|
* Fix build: put back rules to build cryptopp filesGavin Andresen2011-09-261-0/+2
|
* Remove wxWidgetsGavin Andresen2011-09-261-26/+4
| | | | | | | Makefiles now build bitcoind only. qmake/make in top-level directory is used to build Bitcoin QT Deleted almost all #ifdef GUI from the code (left one possibly controversial one) Deleted xpm/ files.
* assure that base bitcoind and bitcoin still buildWladimir J. van der Laan2011-09-181-2/+2
|
* Merge branch 'code-cleanup' of git://github.com/muggenhor/bitcoinGavin Andresen2011-09-011-9/+30
|\
| * Start moving protocol-specific code to protocol.[ch]ppGiel van Schijndel2011-08-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move CMessageHeader from net.h to protocol.[ch]pp, with the implementation in the .cpp compilation unit (compiling once is enough). This commit does *not* and should not modify *any* code, it only moves it from net.h and splits it across protocol.cpp and protocol.hpp. Indentation changes aside the closest thing to a modification of code is the addition of the 'TODO' comment (the execution of which requires code modifications and thus doesn't belong in this commit). Signed-off-by: Giel van Schijndel <[email protected]>
| * Cleanup makefiles such that diffs to them are smallerGiel van Schijndel2011-08-191-9/+28
| | | | | | | | Signed-off-by: Giel van Schijndel <[email protected]>
* | Upgrade dependancies and tweak build process.Matt Corallo2011-08-231-11/+10
|/ | | | | | * Upgrade to use miniupnpc 1.6 * Upgrade to wxWidgets 2.9.2 * Upgrade to Bost 1.47 for Win32 Builds
* Fix testing setupVegard Nossum2011-08-081-1/+1
| | | | | | | There were some problems with the existing testing setup: - Makefile rules for test-file compilation used CFLAGS instead of CXXFLAGS in makefile.unix
* Fix makefile.linux-mingwMatt Corallo2011-07-131-1/+1
|
* Update makefile.linux-mingw to work with crypter and UPnP fix.Matt Corallo2011-07-121-17/+12
|
* Added a couple minor things to match newer build process.Matt Corallo2011-07-051-0/+111
This adds the relevent patches which are applied to wx, and updates for cross compiling.