1SubDir HAIKU_TOP src add-ons translators rtf ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5# It's called RTF-Translator (with a dash) to differentiate it from the 6# RTFTranslator that comes with Gobe Productive (that doesn't support 7# STXT or plain text files output). 8 9SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) shared ] ; 10 11Translator RTF-Translator : 12 # RTFTranslator classes 13 main.cpp 14 RTFTranslator.cpp 15 ConfigView.cpp 16 RTF.cpp 17 convert.cpp 18 : be translation libtranslatorsutils.a 19 : true 20; 21 22Package haiku-translationkit-cvs : 23 RTF-Translator 24 : boot home config add-ons Translators 25 ; 26