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

[MSbuild] Expand support to Visual Studio 2019. #6256

Merged
merged 3 commits into from
Aug 17, 2019

Commits on Jul 29, 2019

  1. [MSbuild] Detect and use MSVC version for NMake CL.

     - llvm and glslang projects modified to detect and use Visual Studio Version.
     - Added `-Thost=x64` to llvm NMake CL (warning in cmake lists)
    Note: `-A` option is used to set platform since rpcs3 requires cmake 3.8.3+ anyway.
    ZeeWanderer committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    a95ddb6 View commit details
    Browse the repository at this point in the history
  2. [MSbuild] Extend support to v142 toolset

     - Added support for current default toolset, explitly specified c++17 standard and 8.1 win sdk.
      - properties were defined via `common_default.props` and `common_default_macros.props`
     Note: There are 2 files because some properties need to be imported before `Microsoft.Cpp.Default.props` , but other common properties can be imported after but they require marco defined in `Microsoft.Cpp.Default.props`.
    - Added hidapi and libusb project files to repository to simplify msbuild changes.
    ZeeWanderer committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8576369 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdf2270 View commit details
    Browse the repository at this point in the history