1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

reorganise build location and write new build script for Windows

This commit is contained in:
IntelOrca
2015-12-10 23:02:05 +00:00
parent d8b949ecdc
commit 5d393deb2e
8 changed files with 88 additions and 284 deletions

View File

@@ -4,7 +4,7 @@
param (
[switch]$Force
)
Write-Output "Installing OpenRCT2 development environment for Windows"
Write-Host "Installing OpenRCT2 development environment for Windows" -ForegroundColor Cyan
Import-Module ".\common.psm1" -DisableNameChecking
# Settings
@@ -49,7 +49,7 @@ else
# Download latest version of the dependencies
if ($updateLibs) {
Write-Output "Updating dependencies..."
Write-Host "Updating dependencies..." -ForegroundColor Cyan
Remove-Item -Force -Recurse $libsPath -ErrorAction SilentlyContinue
New-Item -Force -ItemType Directory $libsPath > $null