From c79fee95fbd89ec3f638a04c55131492662d0511 Mon Sep 17 00:00:00 2001 From: Walt Gribben Date: Wed, 20 Dec 2006 03:45:52 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11707 --- checkin_notes | 7 +++++++ clientgui/Makefile.am | 13 +++++++++++++ 2 files changed, 20 insertions(+) diff --git a/checkin_notes b/checkin_notes index a1726daebc..61cfeac280 100755 --- a/checkin_notes +++ b/checkin_notes @@ -13572,3 +13572,10 @@ Walt 19 Dec 2006 sg_ImageButton.cpp sg_StatImageLoader.cpp sg_ViewTabPage.cpp + + +Walt 19 Dec 2006 + - MGR: Add simple GUI files to makefile + + clientgui/ + Makefile.am diff --git a/clientgui/Makefile.am b/clientgui/Makefile.am index 92a6fd7791..e6c1efc657 100644 --- a/clientgui/Makefile.am +++ b/clientgui/Makefile.am @@ -24,6 +24,7 @@ bin_PROGRAMS = boinc_gui boinc_gui_SOURCES = \ common/wxPieCtrl.cpp \ + common/wxFlatNotebook.cpp \ BOINCBaseFrame.cpp \ BOINCBaseView.cpp \ BOINCDialupManager.cpp \ @@ -72,6 +73,18 @@ boinc_gui_SOURCES = \ WizardAccountManager.cpp \ WizardAttachProject.cpp \ wizardex.cpp \ + sg_BoincSimpleGUI.cpp \ + sg_ClientStateIndicator.cpp \ + sg_CustomControls.cpp \ + sg_DlgMessages.cpp \ + sg_DlgPreferences.cpp \ + sg_ImageButton.cpp \ + sg_ImageLoader.cpp \ + sg_ProgressBar.cpp \ + sg_ProjectsComponent.cpp \ + sg_SGUIListControl.cpp \ + sg_StatImageLoader.cpp \ + sg_ViewTabPage.cpp \ hyperlink.cpp $(mac_sources) EXTRA_DIST = *.h \