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 windows supported SDKs to powershell checkout-deps #1116

Merged
merged 3 commits into from Nov 4, 2019
Merged

Add windows supported SDKs to powershell checkout-deps #1116

merged 3 commits into from Nov 4, 2019

Commits on Nov 3, 2019

  1. Added windows supported SDKs

    .sh version has this bit:
    
    ```
    if [ $ismac -eq 0 ]; then
      # Add these SDKs for Windows or Linux
      sdks+=( orangebox blade episode1 bms )
    
      # Add more SDKs for Windows only
      if [ $iswin -eq 1 ]; then
        sdks+=( darkm swarm bgt eye contagion )
      fi
    fi
    ```
    Added these to the SDK list. If there is a better approach, please let me know.
    JoinedSenses committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    7f4f232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    593d5ac View commit details
    Browse the repository at this point in the history
  3. Add doi to SDK list

    JoinedSenses committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    fab6bc4 View commit details
    Browse the repository at this point in the history