Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
It provides the ability to introduce some source code metadata to module's rbuild file in a non intrusive way
<module type="win32cui" ...>
...
<metadata
description = "Support for the RPC layer of RPC over HTTP"
version = "Wine-0_9_10"
owner = "Wine" />
...
</module>
It accepts : name , description , owner , version , date , copyright and url (all fields are optional)
This metadata could be aplied no only to imported modules but on every rbuild file. for wine modules it can be automatically generated by wineimport.cmd
It also includes a new backend (make vreport) to generate a version report of every module version/owner etc...
Patch attached , I also included some modified rbuild files with real information taken from \reactos\media\doc\README.WINE