-
Notifications
You must be signed in to change notification settings - Fork 704
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
feat: compiling using msys2 and mingw #1279
base: master
Are you sure you want to change the base?
Conversation
I'll try to fix CI. |
Yes, it's not as pretty as msvc, but it's open source tooling :/. I think this satisfies the immediate need, and if there are further changes I think they might be patchable. docs: Add Apache 2.0 license headers to winlog source files
Hi @Kreijstal - Firstly, thanks so much for this effort! If I may so, I think it is quite promising. May I try and describe your strategy? Please correct me if I have misunderstood:
Initial questions:
More generally:
Thanks again! |
It was kind of manual, was it macros? I guess we can convert those to macros...too, what is the script gccsetup for? If you have mc.exe you should just use that no? There is no tool that did this work automatically, but it is reasonable to think one could be written... This would aid mimgw operability! With other projects that use manifests as well! So I really like the idea, this was however something more short term.. |
Yes, it's not as pretty as msvc, but it's open source tooling :/. I think this satisfies the immediate need, and if there are further changes I think they might be patchable.
Adding compatibility to use windmc.
@dgreatwood This is what I can muster up to. I know it's not pretty, but this is of course a short term solution. If there are big changes in the manifest, you can ping me and I'll try to adapt it, it should be less work. But here you can cross-compile from linux, that ain't bad right? LMK what you think.
I could also hook up a CI for msys2 compilation if desired.
fixes #1276