mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-15 21:14:18 +00:00
11 lines
264 B
PowerShell
11 lines
264 B
PowerShell
#!/usr/bin/env pwsh
|
|
|
|
# Windows (x86_64)
|
|
msbuild /p:Configuration="debug" /p:Platform="windows-x86_64"
|
|
|
|
# Windows (i686)
|
|
msbuild /p:Configuration="debug" /p:Platform="windows-i686"
|
|
|
|
# Windows (aarch64)
|
|
msbuild /p:Configuration="debug" /p:Platform="windows-aarch64"
|