mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-08-16 15:38:34 +02:00
Builds all x64 64bit and x86 32 bit openssh binaries Release and Debug versions from the single Win32-OpenSSH.sln file. 1. Open a MSbuild cmd prompt for Visual Studio 2015 2. cd Win32-OpenSSH\contrib\win32\openssh directory. 3. openssh_build_cmd
5 lines
320 B
Batchfile
5 lines
320 B
Batchfile
msbuild /property:Configuration=Release /property:Platform=x64 Win32-OpenSSH.sln
|
|
msbuild /property:Configuration=Release /property:Platform=x86 Win32-OpenSSH.sln
|
|
msbuild /property:Configuration=Debug /property:Platform=x64 Win32-OpenSSH.sln
|
|
msbuild /property:Configuration=Debug /property:Platform=x86 Win32-OpenSSH.sln
|