Removed obsoleted .src includes files.
Removed Interface's kit BTextView Jamfile, as it's build right from src/kits/interface/Jamfile now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13902 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
cb5da7de09
commit
459a7cfc36
@ -1,37 +0,0 @@
|
|||||||
APP_KIT_SOURCE =
|
|
||||||
AppDefs.cpp
|
|
||||||
Application.cpp
|
|
||||||
AppMisc.cpp
|
|
||||||
AppServerLink.cpp
|
|
||||||
AreaLink.cpp
|
|
||||||
Cursor.cpp
|
|
||||||
DataBuffer.cpp
|
|
||||||
Clipboard.cpp
|
|
||||||
dano_message.cpp
|
|
||||||
Handler.cpp
|
|
||||||
InitTerminateLibBe.cpp
|
|
||||||
Invoker.cpp
|
|
||||||
LinkReceiver.cpp
|
|
||||||
LinkSender.cpp
|
|
||||||
Looper.cpp
|
|
||||||
LooperList.cpp
|
|
||||||
Message.cpp
|
|
||||||
MessageBody.cpp
|
|
||||||
MessageField.cpp
|
|
||||||
MessageFilter.cpp
|
|
||||||
MessageQueue.cpp
|
|
||||||
MessageRunner.cpp
|
|
||||||
Messenger.cpp
|
|
||||||
MessageUtils.cpp
|
|
||||||
PropertyInfo.cpp
|
|
||||||
PortLink.cpp
|
|
||||||
RegistrarDefs.cpp
|
|
||||||
RegistrarThread.cpp
|
|
||||||
RegistrarThreadManager.cpp
|
|
||||||
Roster.cpp
|
|
||||||
RosterPrivate.cpp
|
|
||||||
Server.cpp
|
|
||||||
ServerMemIO.cpp
|
|
||||||
TokenSpace.cpp
|
|
||||||
TypeConstants.cpp
|
|
||||||
;
|
|
@ -1,18 +0,0 @@
|
|||||||
SubDir OBOS_TOP src kits interface BTextView ;
|
|
||||||
|
|
||||||
UsePrivateHeaders interface ;
|
|
||||||
|
|
||||||
if ! $(HAIKU_COMPATIBLE) {
|
|
||||||
SubDirC++Flags -DCOMPILE_FOR_R5 ;
|
|
||||||
}
|
|
||||||
|
|
||||||
StaticLibrary haiku :
|
|
||||||
InlineInput.cpp
|
|
||||||
LineBuffer.cpp
|
|
||||||
StyleBuffer.cpp
|
|
||||||
TextGapBuffer.cpp
|
|
||||||
TextView.cpp
|
|
||||||
UndoBuffer.cpp
|
|
||||||
WidthBuffer.cpp
|
|
||||||
: STATIC_LIBRARY_DIR
|
|
||||||
;
|
|
@ -1,66 +0,0 @@
|
|||||||
INTERFACE_KIT_SOURCE =
|
|
||||||
Alert.cpp
|
|
||||||
Bitmap.cpp
|
|
||||||
BMCPrivate.cpp
|
|
||||||
Box.cpp
|
|
||||||
Button.cpp
|
|
||||||
ChannelControl.cpp
|
|
||||||
ChannelSlider.cpp
|
|
||||||
CheckBox.cpp
|
|
||||||
ClientFontList.cpp
|
|
||||||
ColorUtils.cc
|
|
||||||
ColorControl.cpp
|
|
||||||
Control.cpp
|
|
||||||
Deskbar.cpp
|
|
||||||
Dragger.cpp
|
|
||||||
Font.cpp
|
|
||||||
GraphicsDefs.cpp
|
|
||||||
Input.cpp
|
|
||||||
InterfaceDefs.cpp
|
|
||||||
ListItem.cpp
|
|
||||||
ListView.cpp
|
|
||||||
Menu.cpp
|
|
||||||
MenuBar.cpp
|
|
||||||
MenuField.cpp
|
|
||||||
MenuItem.cpp
|
|
||||||
MenuWindow.cpp
|
|
||||||
OptionControl.cpp
|
|
||||||
OptionPopUp.cpp
|
|
||||||
OutlineListView.cpp
|
|
||||||
Picture.cpp
|
|
||||||
PictureButton.cpp
|
|
||||||
Point.cpp
|
|
||||||
Polygon.cpp
|
|
||||||
PopUpMenu.cpp
|
|
||||||
PrintJob.cpp
|
|
||||||
PrivateScreen.cpp
|
|
||||||
RadioButton.cpp
|
|
||||||
Rect.cpp
|
|
||||||
Region.cpp
|
|
||||||
RegionSupport.cpp
|
|
||||||
Screen.cpp
|
|
||||||
ScrollBar.cpp
|
|
||||||
ScrollView.cpp
|
|
||||||
SeparatorItem.cpp
|
|
||||||
Shape.cpp
|
|
||||||
Shelf.cpp
|
|
||||||
Slider.cpp
|
|
||||||
StatusBar.cpp
|
|
||||||
StringView.cpp
|
|
||||||
TabView.cpp
|
|
||||||
TextControl.cpp
|
|
||||||
TextInput.cpp
|
|
||||||
TPicture.cpp
|
|
||||||
View.cpp
|
|
||||||
Window.cpp
|
|
||||||
ZombieReplicantView.cpp
|
|
||||||
|
|
||||||
# BTextView
|
|
||||||
InlineInput.cpp
|
|
||||||
LineBuffer.cpp
|
|
||||||
StyleBuffer.cpp
|
|
||||||
TextGapBuffer.cpp
|
|
||||||
TextView.cpp
|
|
||||||
UndoBuffer.cpp
|
|
||||||
WidthBuffer.cpp
|
|
||||||
;
|
|
@ -1,67 +0,0 @@
|
|||||||
STORAGE_KIT_SOURCE =
|
|
||||||
# storage
|
|
||||||
AppFileInfo.cpp
|
|
||||||
Directory.cpp
|
|
||||||
Entry.cpp
|
|
||||||
EntryList.cpp
|
|
||||||
File.cpp
|
|
||||||
FindDirectory.cpp
|
|
||||||
Mime.cpp
|
|
||||||
MimeType.cpp
|
|
||||||
Node.cpp
|
|
||||||
NodeInfo.cpp
|
|
||||||
NodeMonitor.cpp
|
|
||||||
OffsetFile.cpp
|
|
||||||
Path.cpp
|
|
||||||
Query.cpp
|
|
||||||
QueryPredicate.cpp
|
|
||||||
ResourceFile.cpp
|
|
||||||
ResourceItem.cpp
|
|
||||||
Resources.cpp
|
|
||||||
ResourcesContainer.cpp
|
|
||||||
ResourceStrings.cpp
|
|
||||||
Statable.cpp
|
|
||||||
SymLink.cpp
|
|
||||||
Volume.cpp
|
|
||||||
VolumeRoster.cpp
|
|
||||||
storage_support.cpp
|
|
||||||
|
|
||||||
# storage/mime
|
|
||||||
AssociatedTypes.cpp
|
|
||||||
CreateAppMetaMimeThread.cpp
|
|
||||||
Database.cpp
|
|
||||||
InstalledTypes.cpp
|
|
||||||
MimeUpdateThread.cpp
|
|
||||||
SnifferRules.cpp
|
|
||||||
Supertype.cpp
|
|
||||||
SupportingApps.cpp
|
|
||||||
UpdateMimeInfoThread.cpp
|
|
||||||
database_access.cpp
|
|
||||||
database_support.cpp
|
|
||||||
|
|
||||||
# storage/sniffer
|
|
||||||
CharStream.cpp
|
|
||||||
Err.cpp
|
|
||||||
DisjList.cpp
|
|
||||||
Pattern.cpp
|
|
||||||
PatternList.cpp
|
|
||||||
Parser.cpp
|
|
||||||
Range.cpp
|
|
||||||
RPattern.cpp
|
|
||||||
RPatternList.cpp
|
|
||||||
Rule.cpp
|
|
||||||
;
|
|
||||||
|
|
||||||
STORAGE_KIT_SOURCE_HAIKU_ONLY =
|
|
||||||
# storage: DiskDevice API
|
|
||||||
DiskDevice.cpp
|
|
||||||
DiskDeviceJob.cpp
|
|
||||||
DiskDeviceList.cpp
|
|
||||||
DiskDevicePrivate.cpp
|
|
||||||
DiskDeviceRoster.cpp
|
|
||||||
DiskDeviceTypes.cpp
|
|
||||||
DiskDeviceVisitor.cpp
|
|
||||||
DiskSystem.cpp
|
|
||||||
Partition.cpp
|
|
||||||
PartitioningInfo.cpp
|
|
||||||
;
|
|
@ -1,15 +0,0 @@
|
|||||||
SUPPORT_KIT_SOURCE =
|
|
||||||
Archivable.cpp
|
|
||||||
Beep.cpp
|
|
||||||
BlockCache.cpp
|
|
||||||
ByteOrder.cpp
|
|
||||||
DataIO.cpp
|
|
||||||
BufferIO.cpp
|
|
||||||
Flattenable.cpp
|
|
||||||
List.cpp
|
|
||||||
Locker.cpp
|
|
||||||
PointerList.cpp
|
|
||||||
StopWatch.cpp
|
|
||||||
String.cpp
|
|
||||||
# StreamIO.cpp
|
|
||||||
;
|
|
Loading…
Reference in New Issue
Block a user