You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration allows defining the MS Visual Studio version number.
This will then auto detect the Visual Studio Home. If the version is not
specified it will look for the VSxxxCOMNTOOLS environment variables to
see which
versions exist and use the maximum available version.
The configuration also allows selecting the windowsSdkVersion. If not
specified it will look in the C:\Program Files (x86)\Microsoft
SDKs\Windows or C:\Program Files (x86)\Windows Kits for available
versions.
The linker and compilers will then be configured with default includes
and library paths from both the visual studio and windows sdk homes.
I'm almost ready to create a pull request for this feature. I just need to verify the amd64 compilation and linking.
The text was updated successfully, but these errors were encountered:
Regardless, I'm closing this issue, since it's very old, and probably addressed, and even if not, it's not moving forward anymore, nor could anyone else feasibly pick it up to work on it.
I'm working on a patch that will simplify the setup of MSVC projects.
The patch adds the following configuration section.
The configuration allows defining the MS Visual Studio version number.
This will then auto detect the Visual Studio Home. If the version is not
specified it will look for the VSxxxCOMNTOOLS environment variables to
see which
versions exist and use the maximum available version.
The configuration also allows selecting the windowsSdkVersion. If not
specified it will look in the C:\Program Files (x86)\Microsoft
SDKs\Windows or C:\Program Files (x86)\Windows Kits for available
versions.
The linker and compilers will then be configured with default includes
and library paths from both the visual studio and windows sdk homes.
I'm almost ready to create a pull request for this feature. I just need to verify the amd64 compilation and linking.
The text was updated successfully, but these errors were encountered: