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

Use CIPD Windows SDK to generate WinRT headers #448

Merged
merged 1 commit into from May 7, 2021

Commits on May 7, 2021

  1. Use CIPD Windows SDK to generate WinRT headers

    Rather than relying on the Windows SDK that happens to be on the host
    machine, we now pull down the Windows SDK from CIPD into
    third_party/windows_sdk and use it directly.
    
    cppwinrt relies on a registry entry to determine the SDK location and
    doesn't currently support a mechanism for specifying this location
    explicitly via an argument. Instead, we do what cppwinrt itself does and
    parse out the Platform.XML file to determine the set of .winmd files to
    take as input, then pass them to the tool directly.
    cbracken committed May 7, 2021
    Configuration menu
    Copy the full SHA
    9247bf1 View commit details
    Browse the repository at this point in the history