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

win,build: add Visual Studio 2017 support #11084

Closed
wants to merge 3 commits into from

Commits on Jan 31, 2017

  1. build,tools: add comtypes library to tools

    Add comtypes (http://starship.python.net/crew/theller/comtypes/) Python
    library to tools. Library provides COM support for Python, which we use to
    locate Visual Studio 2017 installation path.
    bzoz committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    8947cd8 View commit details
    Browse the repository at this point in the history
  2. build,tools: add support for VS2017 to gyp

    Add support for creating VS2017 projects to gyp.
    bzoz committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    b8d9f30 View commit details
    Browse the repository at this point in the history
  3. build: add support for Visual Studio 2017

    Add support for Visual Studio 2017. Python script is used to query
    COM server about location of VS installation and installed SDK
    version. Those are passed to GYP as environment variables.
    bzoz committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    c18a79f View commit details
    Browse the repository at this point in the history