Jamfile code cleanup, also courtesy of Axel
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19751 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -4,26 +4,16 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
|||||||
|
|
||||||
UsePrivateHeaders shared interface ;
|
UsePrivateHeaders shared interface ;
|
||||||
|
|
||||||
if $(TARGET_PLATFORM) = r5 {
|
local columnViewSources ;
|
||||||
|
|
||||||
|
if $(TARGET_PLATFORM) != haiku {
|
||||||
|
columnViewSources = ColumnListView.cpp ColumnTypes.cpp ColorTools.cpp ;
|
||||||
|
}
|
||||||
|
|
||||||
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits interface ] ;
|
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src kits interface ] ;
|
||||||
|
|
||||||
Application ResEdit :
|
Application ResEdit :
|
||||||
App.cpp
|
$(columnViewSources)
|
||||||
ColumnListView.cpp
|
|
||||||
ColumnTypes.cpp
|
|
||||||
ColorTools.cpp
|
|
||||||
PreviewColumn.cpp
|
|
||||||
ResourceData.cpp
|
|
||||||
ResourceRoster.cpp
|
|
||||||
ResView.cpp
|
|
||||||
ResWindow.cpp
|
|
||||||
: be tracker translation
|
|
||||||
;
|
|
||||||
|
|
||||||
} else {
|
|
||||||
|
|
||||||
Application ResEdit :
|
|
||||||
App.cpp
|
App.cpp
|
||||||
PreviewColumn.cpp
|
PreviewColumn.cpp
|
||||||
ResourceData.cpp
|
ResourceData.cpp
|
||||||
@@ -32,5 +22,3 @@ Application ResEdit :
|
|||||||
ResWindow.cpp
|
ResWindow.cpp
|
||||||
: be tracker translation
|
: be tracker translation
|
||||||
;
|
;
|
||||||
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user