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
|
GroupLayout.cpp
|
||||||
GroupLayoutBuilder.cpp
|
GroupLayoutBuilder.cpp
|
||||||
GroupView.cpp
|
GroupView.cpp
|
||||||
IconView.cpp
|
|
||||||
Input.cpp
|
Input.cpp
|
||||||
InterfaceDefs.cpp
|
InterfaceDefs.cpp
|
||||||
Layout.cpp
|
Layout.cpp
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ StaticLibrary libshared.a :
|
|||||||
DragTrackingFilter.cpp
|
DragTrackingFilter.cpp
|
||||||
HashString.cpp
|
HashString.cpp
|
||||||
IconButton.cpp
|
IconButton.cpp
|
||||||
|
IconView.cpp
|
||||||
Keymap.cpp
|
Keymap.cpp
|
||||||
NaturalCompare.cpp
|
NaturalCompare.cpp
|
||||||
QueryFile.cpp
|
QueryFile.cpp
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ SubDir HAIKU_TOP src preferences datatranslations ;
|
|||||||
|
|
||||||
UseLibraryHeaders lp_solve linprog alm ;
|
UseLibraryHeaders lp_solve linprog alm ;
|
||||||
|
|
||||||
UsePrivateHeaders interface ;
|
UsePrivateHeaders shared ;
|
||||||
|
|
||||||
Preference DataTranslations :
|
Preference DataTranslations :
|
||||||
DataTranslations.cpp
|
DataTranslations.cpp
|
||||||
@@ -10,7 +10,7 @@ Preference DataTranslations :
|
|||||||
DataTranslationsSettings.cpp
|
DataTranslationsSettings.cpp
|
||||||
TranslatorListView.cpp
|
TranslatorListView.cpp
|
||||||
|
|
||||||
: be translation $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
|
: be translation $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS) libshared.a
|
||||||
: DataTranslations.rdef
|
: DataTranslations.rdef
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user