From 79dbafbc668ee2488757b50264f2bedf9677009a Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 19 Nov 2011 18:12:41 -0500 Subject: [PATCH] Add GUI archiving utility functions to build. --- src/apps/debugger/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/apps/debugger/Jamfile b/src/apps/debugger/Jamfile index c78bd435b8..9d04f5baa3 100644 --- a/src/apps/debugger/Jamfile +++ b/src/apps/debugger/Jamfile @@ -200,9 +200,11 @@ Application Debugger : VariablesView.cpp # user_interface/gui/util + GUISettingsUtils.cpp SettingsMenu.cpp TargetAddressTableColumn.cpp + # user_interface/gui/value TableCellBoolRenderer.cpp TableCellEnumerationRenderer.cpp