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 external dependencies checks #442

Merged
merged 3 commits into from Jan 30, 2024
Merged

Add external dependencies checks #442

merged 3 commits into from Jan 30, 2024

Conversation

RhoSigma-QB64
Copy link
Member

  • tracks required external files for changes and triggers a rebuild if needed
  • $EXEICON file
  • $MIDISOUNDFONT (incl. the DEFAULT one)
  • $INCLUDE (incl. nested ones)
  • $EMBED files
  • internal includes as forced by $COLOR or $DEBUG

Resolves #433

- tracks required external files for changes and triggers a rebuild if needed
- $EXEICON file
- $MIDISOUNDFONT (incl. the DEFAULT one)
- $INCLUDE (incl. nested ones)
- $EMBED files
- internal includes as forced by $COLOR or $DEBUG
Backlog/In Progress automation moved this from In progress to Review in progress Jan 30, 2024
- we need DEP_DATA for QB64pe itself now
- changes suggested by @mkilgore
@RhoSigma-QB64 RhoSigma-QB64 merged commit 4534f28 into main Jan 30, 2024
4 checks passed
Backlog/In Progress automation moved this from Review in progress to Done Jan 30, 2024
@RhoSigma-QB64 RhoSigma-QB64 deleted the ext-dep-chk branch January 30, 2024 16:54
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
Development

Successfully merging this pull request may close these issues.

IDE option to always recompile current program even if the editor does not detect changes
2 participants