Skip to content

Commit 84c3fb0

Browse files
committed
directory re-organization (keeps the old build system)
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
1 parent 64ad448 commit 84c3fb0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+7
-4
lines changed

.gitignore

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
*.exe
2-
bitcoin
3-
bitcoind
1+
src/*.exe
2+
src/bitcoin
3+
src/bitcoind

license.txt COPYING

File renamed without changes.

README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

build-msw.txt doc/build-msw.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Get miniupnpc-1.5.20110215.tar.gz and copy *.h to \upnpc-exe-win32-20110215\mini
106106
Bitcoin
107107
-------
108108
DOS prompt:
109-
cd \bitcoin
109+
cd \bitcoin\src
110110
mingw32-make bitcoin.exe bitcoind.exe -f makefile.mingw
111111
strip bitcoin.exe
112112
strip bitcoind.exe

build-osx.txt doc/build-osx.txt

File renamed without changes.

build-unix.txt doc/build-unix.txt

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ UNIX BUILD NOTES
1313
To Build
1414
--------
1515

16+
cd src/
17+
1618
make -f makefile.unix # Bitcoin with wxWidgets GUI
1719
or
1820
make -f makefile.unix bitcoind # Headless bitcoin

coding.txt doc/coding.txt

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.

setup.nsi share/setup.nsi

File renamed without changes.

ui.rc share/ui.rc

File renamed without changes.

uiproject.fbp share/uiproject.fbp

File renamed without changes.

base58.h src/base58.h

File renamed without changes.

bignum.h src/bignum.h

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cryptopp/cpu.h src/cryptopp/cpu.h

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

cryptopp/pch.h src/cryptopp/pch.h

File renamed without changes.
File renamed without changes.
File renamed without changes.

cryptopp/sha.h src/cryptopp/sha.h

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

db.cpp src/db.cpp

File renamed without changes.

db.h src/db.h

File renamed without changes.

headers.h src/headers.h

File renamed without changes.

init.cpp src/init.cpp

File renamed without changes.

init.h src/init.h

File renamed without changes.

irc.cpp src/irc.cpp

File renamed without changes.

irc.h src/irc.h

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.

key.h src/key.h

File renamed without changes.

main.cpp src/main.cpp

File renamed without changes.

main.h src/main.h

File renamed without changes.

makefile.mingw src/makefile.mingw

File renamed without changes.

makefile.osx src/makefile.osx

File renamed without changes.

makefile.unix src/makefile.unix

File renamed without changes.

makefile.vc src/makefile.vc

File renamed without changes.

net.cpp src/net.cpp

File renamed without changes.

net.h src/net.h

File renamed without changes.

noui.h src/noui.h

File renamed without changes.

obj/.gitignore src/obj/.gitignore

File renamed without changes.
File renamed without changes.

rpc.cpp src/rpc.cpp

File renamed without changes.

rpc.h src/rpc.h

File renamed without changes.

script.cpp src/script.cpp

File renamed without changes.

script.h src/script.h

File renamed without changes.

serialize.h src/serialize.h

File renamed without changes.

sha256.cpp src/sha256.cpp

File renamed without changes.

strlcpy.h src/strlcpy.h

File renamed without changes.

ui.cpp src/ui.cpp

File renamed without changes.

ui.h src/ui.h

File renamed without changes.

uibase.cpp src/uibase.cpp

File renamed without changes.

uibase.h src/uibase.h

File renamed without changes.

uint256.h src/uint256.h

File renamed without changes.

util.cpp src/util.cpp

File renamed without changes.

util.h src/util.h

File renamed without changes.

xpm/about.xpm src/xpm/about.xpm

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.

xpm/check.xpm src/xpm/check.xpm

File renamed without changes.

xpm/send16.xpm src/xpm/send16.xpm

File renamed without changes.
File renamed without changes.

xpm/send20.xpm src/xpm/send20.xpm

File renamed without changes.

0 commit comments

Comments
 (0)