You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SmokeAPI/build.ps1

9 lines
141 B
PowerShell

# Usage:
# PS ..\SmokeAPI> .\build.ps1 64 Debug
Set-Location (Get-Item $PSScriptRoot)
. ./KoalaBox/build.ps1 SmokeAPI @args
Build-Project