This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # set the make path and make file to your own location of course. | |
| $makePath = "D:\Development\SDK\SGDK\bin\make.exe" | |
| $makefile = "D:\Development\SDK\SGDK\makefile.gen" | |
| $currentDir = $PSScriptRoot | |
| Set-Location -Path $currentDir | |
| Write-Host "--- SGDK Build Started ---" -ForegroundColor Cyan |