1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

move projects and add environment setup script

This commit is contained in:
IntelOrca
2015-12-12 14:23:17 +00:00
parent dffcc895cf
commit cb5dab3e57
15 changed files with 859 additions and 831 deletions

View File

@@ -5,7 +5,6 @@ param (
[switch]$Force
)
Write-Host "Installing OpenRCT2 development environment for Windows" -ForegroundColor Cyan
Import-Module ".\common.psm1" -DisableNameChecking
# Settings
$libsUrl = "https://openrct2.website/files/orctlibs-vs.zip"
@@ -21,6 +20,8 @@ $libsPath = Join-Path $rootPath "lib"
$zipPath = Join-Path $libsPath "orctlibs.zip"
$libsVersionPath = Join-Path $libsPath "libversion"
Import-Module "$scriptsPath\common.psm1" -DisableNameChecking
# Check if we need to update the dependencies
$currentLibsVersion = 0
$updateLibs = $true