IntroductionA set of tools to strip OSLib down, making it easier to interwork with other libraries and faster to compile.
Details
It strips OSLib down to make it easier to mix with other libraries and
slightly faster to compile.
In precise terms, it carries out these steps:
* Removal of all non-X forms of functions from the ALF
* Removal of above, and non-essential macros, from headers
* Copies all headers into a single image file for easy reference
* "Crunches" working copies of headers for faster compilation
To use it with other libraries you may have to do some fiddling about with
os_error and boolean types, but I'll leave that up to you.
|