173a2ffbaSStephan AßmusSubDir HAIKU_TOP src add-ons translators wonderbrush ; 273a2ffbaSStephan Aßmus 373a2ffbaSStephan AßmusSetSubDirSupportedPlatformsBeOSCompatible ; 473a2ffbaSStephan Aßmus 573a2ffbaSStephan Aßmus# Include BaseTranslator code from shared directory 673a2ffbaSStephan AßmusSEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons translators shared ] ; 773a2ffbaSStephan Aßmus 873a2ffbaSStephan Aßmus# Include support sub folder 973a2ffbaSStephan AßmusSEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src add-ons translators wonderbrush support ] ; 1073a2ffbaSStephan Aßmus 1173a2ffbaSStephan AßmusUseLibraryHeaders zlib ; 1273a2ffbaSStephan Aßmus 1373a2ffbaSStephan AßmusTranslator WonderBrushTranslator : 1473a2ffbaSStephan Aßmus # shared classes 1573a2ffbaSStephan Aßmus BaseTranslator.cpp 1673a2ffbaSStephan Aßmus TranslatorSettings.cpp 1773a2ffbaSStephan Aßmus TranslatorWindow.cpp 1873a2ffbaSStephan Aßmus 1973a2ffbaSStephan Aßmus # WonderBrushTranslator classes 2073a2ffbaSStephan Aßmus Canvas.cpp 2173a2ffbaSStephan Aßmus Layer.cpp 2273a2ffbaSStephan Aßmus WonderBrushImage.cpp 2373a2ffbaSStephan Aßmus WonderBrushMain.cpp 2473a2ffbaSStephan Aßmus WonderBrushTranslator.cpp 2573a2ffbaSStephan Aßmus WonderBrushView.cpp 2673a2ffbaSStephan Aßmus 2773a2ffbaSStephan Aßmus # support 2873a2ffbaSStephan Aßmus bitmap_compression.cpp 2973a2ffbaSStephan Aßmus blending.cpp 3073a2ffbaSStephan Aßmus lab_convert.cpp 3173a2ffbaSStephan Aßmus 3273a2ffbaSStephan Aßmus : be translation z 33*ea3f7d3dSIngo Weinhold : true 3473a2ffbaSStephan Aßmus; 3573a2ffbaSStephan Aßmus 3673a2ffbaSStephan AßmusPackage haiku-translationkit-cvs : 3773a2ffbaSStephan Aßmus WonderBrushTranslator : 3873a2ffbaSStephan Aßmus boot home config add-ons Translators ; 3973a2ffbaSStephan Aßmus 40