Support command-line building using Visual Studio 2019
Reported version
3.x-dev
Type
Development
Frequency
Few
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
Yes
Project
The msvc_build.bat
batch file that builds MuseScore under Windows is currently hard-coded to use Microsoft Visual Studio 2017. Developers wanting to use Visual Studio 2019 have to hand-edit the file to get it to work.
The batch file should support both versions of Visual Studio without any need for hand editing, and it should also automatically detect the highest supported version installed and use it.
Fix version
3.5.0
Comments
PR #5939.
Fixed in branch master, commit 4d35cb85f4
_Fix #303864: Support command-line building using Visual Studio 2019
Enhanced the msvc_build.bat batch file to support Visual Studio 2019 (in addition to VS2017) and to automatically detect the highest supported installed version of Visual Studio and use it._
Fixed in branch master, commit c03cbb746c
_Merge pull request #5939 from Spire42/303864-support-command-line-building-using-VS2019
Fix #303864: Support command-line building using Visual Studio 2019_
Automatically closed -- issue fixed for 2 weeks with no activity.