OS:Haikuenhancementhelp wanted
Description
Haiku is desktop oriented operating system compatible with BeOS (https://www.haiku-os.org/).
Meson is already working on Haiku, but some Haiku-specific features are missing:
-
Resources. Haiku have resource support for executables like Windows. Resourse is compiled by
rc -o <OUTPUT>.rsrc <INPUT>.rdefand inserted into executable byxres -o <OUTPUT> <INPUT>.rsrc.xrescommand modifies executable by adding resources. -
Localization catalogs. Haiku have
collectcatkeysutility to generate localization catalog ('en.catkeys') from source code andlinkcatkeysutility to compile*.catkeysfile.
https://git.haiku-os.org/haiku/tree/data/develop/makefile-engine can be used as reference.