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

Add extra symlinks for clang-cl compatibility with /winsdkdir and /vctoolsdir #47

Merged
merged 5 commits into from
May 16, 2022

Commits on May 15, 2022

  1. add symlinks for the sdk version in sdk/lib and sdk/include

    This makes the sdk/ tree follow Visual Studio's layout, allowing these
    paths to work as expected with clang-cl's /winsdkdir and /vctoolsdir
    options.
    Qyriad committed May 15, 2022
    Configuration menu
    Copy the full SHA
    332921a View commit details
    Browse the repository at this point in the history
  2. symlink sdk/Include -> sdk/include and sdk/Lib -> sdk/lib

    Because again, this is the layout that clang-cl expects.
    Qyriad committed May 15, 2022
    Configuration menu
    Copy the full SHA
    5909ecf View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Rustfmt

    Jake-Shadle committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6d1873b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15be0e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4a11a1 View commit details
    Browse the repository at this point in the history