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

Update for new bin2o configuration #28

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

spotlightishere
Copy link

As of devkitPro r37, bin2o generates headers for files directly. This commit favors those generated headers and updates the makefile accordingly, fixing #27.

Additionally, a minimal .gitignore has been included to avoid accidentally committing objects :)

Copy link

@carstene1ns carstene1ns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this can lead to race conditions when using multiple build jobs.
The default Makefiles have been changed to introduce a dependency on these .h files.
See also dborth/snes9xgx#930 and maybe devkitPro/wii-examples@27445c5 for reference.

source/filelist.h Outdated Show resolved Hide resolved
@spotlightishere
Copy link
Author

Thank you for the review! I've adopted BINFILES from the linked PR for snes9xgx, and can confirm with make -j128 things do not break like previous.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants