thoni56 / c-xrefactory

A refactoring tool for C/Yacc and Emacs. The first tool to cross Refactory Rubicon. Initial work, and released under GPL in 2009, by Marián Vittek.
https://thoni56.github.io/c-xrefactory/
GNU General Public License v2.0
23 stars 4 forks source link

Bootstrap restore #25

Closed thoni56 closed 7 years ago

thoni56 commented 7 years ago

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...)

Also