Win32-OpenSSH/contrib/win32/openssh/openssh_build.cmd
quamrulmina faf153b7cf msbuild cmd script to build all openssh win32 binaries using VS2015 solution
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
2015-11-09 18:39:32 -06:00

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