aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
Commit message (Collapse)AuthorAgeFilesLines
* Remove broken Visual C++ makefile.vc, and removed annoying HEADERS= list ↵Gavin Andresen2012-01-121-153/+0
| | | | from other makefiles
* Moved checkpoints out of main, to prep for using them to help prevent DoS ↵Gavin Andresen2011-12-011-0/+6
| | | | attacks
* remove cryptopp dependency, add simple unittest for SHA256Transform()Nils Schneider2011-09-301-15/+2
|
* Remove wxWidgetsGavin Andresen2011-09-261-15/+3
| | | | | | | 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-1/+1
|
* 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-13/+35
| | | | Signed-off-by: Giel van Schijndel <[email protected]>
* Added crypter to makefile.vc.Eric Hosmer2011-07-151-3/+6
|
* Add keystore.h to makefile.vs's header list.Eric Hosmer2011-07-011-1/+1
|
* Further updated Visual C++ makefile.Eric Hosmer2011-07-011-1/+11
|
* Updated Visual C++ makefile.Eric Hosmer2011-07-011-8/+24
|
* directory re-organization (keeps the old build system)Jaromil2011-04-231-0/+119
there is no internal modification of any file in this commit files are moved into directories according to established standards in sourcecode distribution; these directories contain: src - Files that are used in constructing the executable binaries, but are not installed. doc - Files in HTML and text format that document usage, quirks of the implementation, and contributor checklists. locale - Files that contain human language translation of strings used in the program contrib - Files contributed from distributions or other third party implementing scripts and auxiliary programs