Add new files for smooth Notices scrolling to Linux builds

svn path=/trunk/boinc/; revision=22246
This commit is contained in:
Charlie Fenton 2010-08-15 21:07:44 +00:00
parent cded5bd625
commit 9f9597de07
2 changed files with 3 additions and 0 deletions

View File

@ -6091,6 +6091,7 @@ Charlie 15 Aug 2010
clientgui/ clientgui/
BOINCHtmlListBox.cpp, .h (new) BOINCHtmlListBox.cpp, .h (new)
BOINCVListBox.cpp, .h (new) BOINCVListBox.cpp, .h (new)
Makefile.am
NoticeListCtrl.cpp, .h NoticeListCtrl.cpp, .h
ViewNotices.cpp ViewNotices.cpp
mac_build/ mac_build/

View File

@ -49,10 +49,12 @@ boincmgr_SOURCES = \
BOINCClientManager.cpp \ BOINCClientManager.cpp \
BOINCDialupManager.cpp \ BOINCDialupManager.cpp \
BOINCGUIApp.cpp \ BOINCGUIApp.cpp \
BOINCHtmlLBox.cpp \
BOINCInternetFSHandler.cpp \ BOINCInternetFSHandler.cpp \
BOINCListCtrl.cpp \ BOINCListCtrl.cpp \
BOINCTaskBar.cpp \ BOINCTaskBar.cpp \
BOINCTaskCtrl.cpp \ BOINCTaskCtrl.cpp \
BOINCVListBox.cpp \
browser.cpp \ browser.cpp \
CompletionErrorPage.cpp \ CompletionErrorPage.cpp \
CompletionPage.cpp \ CompletionPage.cpp \