diff --git a/src/apps/resedit/Jamfile b/src/apps/resedit/Jamfile index cce487006b..9498700ea9 100644 --- a/src/apps/resedit/Jamfile +++ b/src/apps/resedit/Jamfile @@ -4,26 +4,16 @@ SetSubDirSupportedPlatformsBeOSCompatible ; 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 ] ; Application ResEdit : - App.cpp - ColumnListView.cpp - ColumnTypes.cpp - ColorTools.cpp - PreviewColumn.cpp - ResourceData.cpp - ResourceRoster.cpp - ResView.cpp - ResWindow.cpp - : be tracker translation -; - -} else { - -Application ResEdit : + $(columnViewSources) App.cpp PreviewColumn.cpp ResourceData.cpp @@ -32,5 +22,3 @@ Application ResEdit : ResWindow.cpp : be tracker translation ; - -}