To make a c-xref that knows about definitions on this system we need to generate information about them. So the build process has to be two-step, build a c-xref.bs that we can use to scan the standard includes on the target system and generate pre-build information about them. (You might argue that we should postpone this until needed, i.e. when a project is generated, but that is not the way it is designed now...)
To make a
c-xref
that knows about definitions on this system we need to generate information about them. So the build process has to be two-step, build ac-xref.bs
that we can use to scan the standard includes on the target system and generate pre-build information about them. (You might argue that we should postpone this until needed, i.e. when a project is generated, but that is not the way it is designed now...)Also