Skip to content

Add windows supported SDKs to powershell checkout-deps#1116

Merged
asherkin merged 3 commits intoalliedmodders:masterfrom
JoinedSenses:patch-2
Nov 4, 2019
Merged

Add windows supported SDKs to powershell checkout-deps#1116
asherkin merged 3 commits intoalliedmodders:masterfrom
JoinedSenses:patch-2

Conversation

@JoinedSenses
Copy link
Contributor

@JoinedSenses JoinedSenses commented Nov 3, 2019

.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 ps1 SDK list. If there is a better approach, please let me know.

.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 JoinedSenses changed the title Added windows supported SDKs Add windows supported SDKs to powershell checkout-deps Nov 3, 2019
@JoinedSenses
Copy link
Contributor Author

Missing sql stuff at the moment

@asherkin asherkin self-requested a review November 4, 2019 12:34
@asherkin asherkin merged commit a1436cd into alliedmodders:master Nov 4, 2019
@asherkin
Copy link
Member

asherkin commented Nov 4, 2019

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants