Working 64-bit MinGW build with Scons#49
Open
slipher wants to merge 7 commits into
Open
Conversation
Member
Awesome! So I can drop the JWasm dependency?! 😍️ Wonderful! |
illwieckz
reviewed
Jul 18, 2026
| - For Linux: GNU Binutils | ||
| - For Windows: Visual Studio | ||
| - For Windows: MinGW | ||
| - For Windows, if using MSVC: Visual Studio |
Member
There was a problem hiding this comment.
How does one selects MSVC or MinGW? is there some --no-msvc ?
Member
Author
There was a problem hiding this comment.
mingw=1 argument. I forgot to write this in the README (now fixed).
Member
There was a problem hiding this comment.
So maybe we can word it like LLVM/GCC above?
- For Windows: MSVC if using `mingw=0` (default)
- For Windows: MinGW if using `mingw=1`
For e.g. timeGetDevCaps. Needed for MinGW.
To avoid interfering with the build environment.
Set mingw=1 to build with MinGW. The assembler from Visual Studio is still used for that one assembly file.
Add a GNU assembler port of this one file using the Microsoft assembler, so that the MinGW build is free of the Microsoft toolchain.
slipher
force-pushed
the
slipher/mingw-scons
branch
from
July 21, 2026 04:33
822d74e to
a7539d0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #48.
I ported the Microsoft assembler file to GNU syntax.