Re: Command Line and JSON-RPC
Re: Command Line and JSON-RPC
Date: February 25, 2010
Source: BitcoinTalk Forum
URL: https://satoshi.nakamotoinstitute.org/posts/bitcointalk/80/
OK, I made a build target bitcoind that only links wxBase and does not link GTK. Version 0.2.7 on SVN.
I split out the init and shutdown stuff from ui.cpp into init.cpp, so now ui.cpp is pure UI. ui.h provides inline stubs if wxUSE_GUI=0. We only have four functions that interface from the node to the UI. In the bitcoind build, we don't link ui.o or uibase.o.
Quote from: sirius-m on February 25, 2010, 04:32:17 PM