mirror of
https://github.com/tribufu/sdk-cpp
synced 2025-06-16 19:54:18 +00:00
12 lines
267 B
PowerShell
Executable File
12 lines
267 B
PowerShell
Executable File
#!/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"
|