Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples showing generated files #3

Open
mwichmann opened this issue Oct 22, 2020 · 0 comments
Open

Add examples showing generated files #3

mwichmann opened this issue Oct 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mwichmann
Copy link
Contributor

Many have had problems when files which should be generated (if needed) during the build are needed by parts of the build. Usually they end up reaching for Depends and it doesn't work as they expect. Show how to get SCons to understand the existence of a generated file if it's done by a builder (or Command) that doesn't have direct knowledge that the file is being made (that is, it's not part of an emitter).

@mwichmann mwichmann added the enhancement New feature or request label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant