OS:Haikuenhancementhelp wanted
仓库指标
- Star
- (4,978 star)
- PR 合并指标
- (平均合并 139天 13小时) (30 天内合并 51 个 PR)
描述
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.