correct typo for mac compile, update makefile to use llvm

git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@123 1a98c847-1fd6-4fd8-948a-caf3550aa51b
This commit is contained in:
laszloh
2010-08-04 04:15:38 +00:00
parent 2c06be915d
commit 0c50722270
2 changed files with 9 additions and 7 deletions

2
ui.cpp
View File

@@ -388,7 +388,7 @@ void CMainFrame::OnIconize(wxIconizeEvent& event)
fClosedToTray = true;
Show(!fClosedToTray);
ptaskbaricon->Show(fMinimizeToTray || fClosedToTray);
#ifdef __WXGTK__
#if defined(__WXGTK__) || defined(__WXMAC_OSX__)
}
#endif
}