Conversation
Update wx_config.props, add MSVS 2026 solutions for the library and samples, and update the docs.
| (VC++ only.) Set this variable to build for x86_64 systems. If unset, x86 | ||
| build is performed. | ||
| (MSVC only.) Set this variable to build for the target architecture. If unset, | ||
| the the default architecture for the active Developer Command Prompt is used. |
There was a problem hiding this comment.
| the the default architecture for the active Developer Command Prompt is used. | |
| then the default architecture for the active Developer Command Prompt is used. |
|
Nice, thanks! I'll merge it soon and we should add CI builds using this compiler as soon as it becomes available (I'll subscribe to this issue and that one to be notified when it happens). |
|
@vadz, thanks for the quick merge. I believe that at least the |
|
I would be fine for backporting all/most of this PR, so if you have time to test it with 3.2 to confirm that it works there and open a PR against 3.2 branch, it would be great, TIA! |
|
Thomas Krebs wrote on wx-dev
I wonder if we really (still) need to set all the stuff there, does MSBuild not select a reasonable default when it is not set? |
Update wx_config.props, add MSVS 2026 solutions for the library and samples, and update the docs. Closes wxWidgets#26131.
Update wx_config.props, add MSVS 2026 solutions for the library and samples, and update the docs.
I have tried to unify using MSVS (IDE) and MSVC (compiler) in the matching context.
I have also slightly changed wording when it comes to the CRT (to not mention the old msvcrt explicitly).