Move IconView from kits/interface to kits/shared.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41246 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -65,7 +65,6 @@ MergeObject <libbe>interface_kit.o :
|
||||
GroupLayout.cpp
|
||||
GroupLayoutBuilder.cpp
|
||||
GroupView.cpp
|
||||
IconView.cpp
|
||||
Input.cpp
|
||||
InterfaceDefs.cpp
|
||||
Layout.cpp
|
||||
|
||||
@@ -21,6 +21,7 @@ StaticLibrary libshared.a :
|
||||
DragTrackingFilter.cpp
|
||||
HashString.cpp
|
||||
IconButton.cpp
|
||||
IconView.cpp
|
||||
Keymap.cpp
|
||||
NaturalCompare.cpp
|
||||
QueryFile.cpp
|
||||
|
||||
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src preferences datatranslations ;
|
||||
|
||||
UseLibraryHeaders lp_solve linprog alm ;
|
||||
|
||||
UsePrivateHeaders interface ;
|
||||
UsePrivateHeaders shared ;
|
||||
|
||||
Preference DataTranslations :
|
||||
DataTranslations.cpp
|
||||
@@ -10,7 +10,7 @@ Preference DataTranslations :
|
||||
DataTranslationsSettings.cpp
|
||||
TranslatorListView.cpp
|
||||
|
||||
: be translation $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
|
||||
: be translation $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS) libshared.a
|
||||
: DataTranslations.rdef
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user