Skip to content

Instantly share code, notes, and snippets.

@sfpgmr
Last active August 9, 2022 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sfpgmr/0377a96ad646b2b6b0cba55ad6afccf9 to your computer and use it in GitHub Desktop.
Save sfpgmr/0377a96ad646b2b6b0cba55ad6afccf9 to your computer and use it in GitHub Desktop.
OpenSiv3D をPowershellコマンドラインでビルドするスクリプト
# ビルドスクリプト
$current = Get-Location
Import-Module 'C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\Microsoft.VisualStudio.DevShell.dll'
Enter-VsDevShell 9fe08a8b
Set-Location ($current.Path + "\windowsDesktop")
MSBuild.exe OpenSiv3D.sln
Set-Location $current
"***** ビルド完了 *****"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment