26bit builds of CLib?
Jeffrey Lee (213) 6048 posts |
I’ve spotted that the current build of CLib available to download from the modules page is a 32bit build. While this is obviously important for users of 32bit machines, it renders the download rather useless for people with 26bit machines/OS’s, since 32bit builds won’t support APCS-R. Do ROOL have any plans to offer 26bit builds of CLib? |
Steve Revill (20) 1361 posts |
I don’t see any reason not to. It just boils down to doing another build. From completely clean inc. wiping the export directory, of course. |
Ben Avison (25) 445 posts |
It’s actually simpler than that for CLib – as a special case, you can build an APCS-R version of it, even if the rest of the build is 32-bit. See the MkLibs26 obey file in the CLib sources, and for an example of use as part of a larger build, the CTools components file (the !System distributed with the C Tools includes both APCS-R and APCS-32 versions of CLib). |