Removed the experimental BColumnListView class from libbe.so, and moved it

into its own archive (libcolumnlistview.a). Only DriveSetup is using it at the
moment, anyway.
IMO we should reimplement and completely redesign a class with this
functionality before considering making it public.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23198 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2007-12-30 13:31:45 +00:00
parent 33d3580bdc
commit 4d85dcbce8
2 changed files with 7 additions and 4 deletions

View File

@ -44,8 +44,6 @@ MergeObject <libbe>interface_kit.o :
ChannelControl.cpp ChannelControl.cpp
ChannelSlider.cpp ChannelSlider.cpp
CheckBox.cpp CheckBox.cpp
ColumnListView.cpp
ColumnTypes.cpp
ColorConversion.cpp ColorConversion.cpp
ColorControl.cpp ColorControl.cpp
ColorTools.cpp ColorTools.cpp
@ -128,3 +126,8 @@ MergeObject <libbe>interface_kit.o :
OneElementLayouter.cpp OneElementLayouter.cpp
SimpleLayouter.cpp SimpleLayouter.cpp
; ;
StaticLibrary libcolumnlistview.a :
ColumnListView.cpp
ColumnTypes.cpp
;

View File

@ -10,8 +10,8 @@ Preference DriveSetup :
MainWindow.cpp MainWindow.cpp
PartitionList.cpp PartitionList.cpp
Support.cpp Support.cpp
:
be : be libcolumnlistview.a
: :
DriveSetup.rdef DriveSetup.rdef
; ;