Using custom Makefile rules to generate source (as .yy -> .cpp),
the only way I found to use those generated files is to add them in project too.
- I am wrong?
- Is there a way to "mark" them (visually) as generated?
Using custom Makefile rules to generate source (as .yy -> .cpp),
the only way I found to use those generated files is to add them in project too.
whats the purpose of marking them?
You dont want them to appear in the workspace tree?
Some context:
I'm testing/fixing premake with custom rules which were not implemented for Codelite/CodeBlocks generation. (patch already applied )
I saw 2 generations "methods":
For the traditional way, initially, I don't want them in workspace tree.
But after reflection, I'm more mitigated:
All editions (by editor or Replace feature or similar) are problematic.
But for the "Find" features, there are cases where it is better to include them, and other to exclude them.
(and potentially for other features/plugins it is the same).
Potentially a show/hide generated files, but special icons or other graphical ways to differentiate them would be fine too.