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

[Feature request]Supporting /winsysroot in clang-cl? #51

Open
Naville opened this issue Jun 20, 2022 · 2 comments
Open

[Feature request]Supporting /winsysroot in clang-cl? #51

Naville opened this issue Jun 20, 2022 · 2 comments

Comments

@Naville
Copy link

Naville commented Jun 20, 2022

Hi:
clang-cl has this option called /winsysroot, which simplifies the arguments if my understanding is correct, it's described below:

/winsysroot <dir>       Same as /vctoolsdir <dir>/VC/Tools/MSVC/<vctoolsversion> /winsdkdir <dir>/Windows Kits/10

Can xwin layout it's directories in this format so one could just use /winsysroot to setup everything? I'm not an Win expert so I could be very wrong here

@Jake-Shadle
Copy link
Owner

It could, but that would require including the VC version and SDK version in the output paths, which is not done at the moment because xwin is only concerned with creating standalone directories with everything needed in them, rather than trying to support multiple different versions from the same root directory like the normal VS build tools install. Frankly, using 2 options instead of 1 doesn't seem that burdensome to me, so I have no interest in doing this work myself, but I'd accept a PR as long as it was reasonable.

@Qyriad
Copy link
Contributor

Qyriad commented Jun 20, 2022

Isn't the SDK version already included as of #47? Not the VC version, though.

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

3 participants