Skip to content

Commit

Permalink
directory re-organization (keeps the old build system)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jaromil committed Apr 23, 2011
1 parent 64ad448 commit 84c3fb0
Show file tree
Hide file tree
Showing 99 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,3 +1,3 @@
*.exe src/*.exe
bitcoin src/bitcoin
bitcoind src/bitcoind
File renamed without changes.
1 change: 1 addition & 0 deletions README
2 changes: 1 addition & 1 deletion build-msw.txt → doc/build-msw.txt
Expand Up @@ -106,7 +106,7 @@ Get miniupnpc-1.5.20110215.tar.gz and copy *.h to \upnpc-exe-win32-20110215\mini
Bitcoin Bitcoin
------- -------
DOS prompt: DOS prompt:
cd \bitcoin cd \bitcoin\src
mingw32-make bitcoin.exe bitcoind.exe -f makefile.mingw mingw32-make bitcoin.exe bitcoind.exe -f makefile.mingw
strip bitcoin.exe strip bitcoin.exe
strip bitcoind.exe strip bitcoind.exe
File renamed without changes.
2 changes: 2 additions & 0 deletions build-unix.txt → doc/build-unix.txt
Expand Up @@ -13,6 +13,8 @@ UNIX BUILD NOTES
To Build To Build
-------- --------


cd src/

make -f makefile.unix # Bitcoin with wxWidgets GUI make -f makefile.unix # Bitcoin with wxWidgets GUI
or or
make -f makefile.unix bitcoind # Headless bitcoin make -f makefile.unix bitcoind # Headless bitcoin
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 84c3fb0

Please sign in to comment.