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

Request to Add Specific MSVC Environment Variables in msvc-wine #146

Open
hacksysteam opened this issue Oct 2, 2024 · 0 comments
Open

Comments

@hacksysteam
Copy link
Contributor

hacksysteam commented Oct 2, 2024

I am requesting the inclusion of the following environment variables in msvc-wine, as they are essential for building and using Visual Studio projects on Windows and should be mirrored in the msvc-wine environment. These variables are available on Windows installations of Visual Studio and are required for proper integration with MSVC build tools.

The variables are:

VCIDEInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\
VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\
VCToolsInstallDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\
VCToolsRedistDir=C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.36.32532\
VCToolsVersion=14.36.32532
VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio\2022\Community\
WindowsLibPath=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.26100.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.26100.0
WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\
WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\
WindowsSDKLibVersion=10.0.26100.0\
WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\
WindowsSDKVersion=10.0.26100.0

These variables allow developers to ensure compatibility between the msvc-wine environment and standard Visual Studio installations. This is especially critical when working with cross-platform projects developed in Windows environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant