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

Enhancements to VS solution generation #66777

Merged
merged 1 commit into from
Oct 5, 2022

Conversation

TechnoPorg
Copy link
Contributor

Fixes #66008.
Adds support for the dev_mode=yes and float=64 command line options when generating a Visual Studio solution.
This also includes the changes from #66718, so that solution generation works at all.
The whole solution generation system feels messy to me, but I'm not sure if there's a better way to do it.

methods.py Outdated Show resolved Hide resolved
@TechnoPorg TechnoPorg force-pushed the msvs-better-options branch 2 times, most recently from 8d15d4d to 6a59d3e Compare October 5, 2022 01:06
This adds support for building solutions with dev_mode and/or float=64 enabled.
Additionally, it adds solution generation to the Windows CI to catch future regressions.
@TechnoPorg
Copy link
Contributor Author

I have also added vsproj=yes to the Windows CI builds, in order to hopefully catch future regressions with solution building. I'm not sure if it will work properly in GitHub Actions, though.

@akien-mga akien-mga merged commit fa2d4c0 into godotengine:master Oct 5, 2022
@akien-mga
Copy link
Member

Thanks!

@TechnoPorg TechnoPorg deleted the msvs-better-options branch October 5, 2022 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The Scons float=64 option is not passed to the Visual Studio build command line with vsproj=yes
3 participants