Added BTextView sources to the build.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2146 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-12-03 17:19:25 +00:00
parent 467cfff600
commit e10ff8948f
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ UsePublicHeaders [ FDirName add-ons file_system ] ;
UsePrivateHeaders shared ;
# Add subsubdirs to the SEARCH_SOURCE.
SEARCH_SOURCE += [ FDirName $(SUBDIR) interface BTextView ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) storage mime ] ;
SEARCH_SOURCE += [ FDirName $(SUBDIR) storage sniffer ] ;
+6
View File
@@ -17,4 +17,10 @@ INTERFACE_KIT_SOURCE =
TextControl.cpp
TextInput.cpp
Window.cpp
# BTextView
LineBuffer.cpp
StyleBuffer.cpp
TextGapBuffer.cpp
TextView.cpp
;