BTRFS: Implement BTree::Path and change _Find.
[haiku.git] / src / apps / resedit / Jamfile
blob31b696faf56c9db78c1b1b2194a6c23a0048bc61
1 SubDir HAIKU_TOP src apps resedit ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders shared interface ;
7 local columnViewSources ;
9 if ! $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
10         columnViewSources = ColumnListView.cpp ColumnTypes.cpp ;
13 SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits interface ] ;
15 Application ResEdit :
16         $(columnViewSources)
17         App.cpp
18         BitmapView.cpp
19         ImageEditor.cpp
20         InlineEditor.cpp
21         MiscEditors.cpp
22         NumberEditors.cpp
23         PreviewColumn.cpp
24         ResFields.cpp
25         ResListView.cpp
26         ResourceData.cpp
27         ResourceRoster.cpp
28         ResView.cpp
29         ResWindow.cpp
30         : be tracker translation libcolumnlistview.a [ TargetLibsupc++ ]