Skip to content

Conversation

@ixfd64
Copy link
Member

@ixfd64 ixfd64 commented Dec 10, 2025

RC actually also requires mfaktc.ico to generate the mfaktc.res file. While the original makefile somehow still worked in GitHub Actions, running make -f Makefile.win on a local machine resulted in an error about mfaktc.ico not being found. This PR fixes the Windows makefile to avoid this issue.

@ixfd64 ixfd64 requested a review from N-Storm December 10, 2025 10:47
@ixfd64 ixfd64 added the bug Something isn't working label Dec 10, 2025
@ixfd64 ixfd64 changed the title Build/icon dependency fix fix mfaktc.ico dependency Dec 10, 2025
@ixfd64 ixfd64 changed the title fix mfaktc.ico dependency fix icon-related dependencies in Windows makefile Dec 10, 2025
@N-Storm N-Storm marked this pull request as draft December 10, 2025 15:09
@N-Storm N-Storm marked this pull request as ready for review December 10, 2025 15:14
@N-Storm
Copy link
Member

N-Storm commented Dec 10, 2025

Thanks for fixing the issue!

While the original makefile somehow still worked in GitHub Actions

Because it runs make with -j%NUMBER_OF_PROCESSORS% option, which results runs tasks in parallel thus managing to copy the icon before rc starts looking for it.

@N-Storm N-Storm merged commit f6b78b4 into primesearch:main Dec 10, 2025
91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants