Merge pull request #2700 from theuni/gui-split

autotools: Gui split
This commit is contained in:
Jeff Garzik
2013-06-05 10:56:24 -07:00
11 changed files with 238 additions and 226 deletions

View File

@@ -113,6 +113,8 @@ static void handleRunawayException(std::exception *e)
#ifndef BITCOIN_QT_TEST
int main(int argc, char *argv[])
{
fHaveGUI = true;
// Command-line options take precedence:
ParseParameters(argc, argv);