Skip to content

Commit faf153b

Browse files
committed
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
1 parent d7986de commit faf153b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
msbuild /property:Configuration=Release /property:Platform=x64 Win32-OpenSSH.sln
2+
msbuild /property:Configuration=Release /property:Platform=x86 Win32-OpenSSH.sln
3+
msbuild /property:Configuration=Debug /property:Platform=x64 Win32-OpenSSH.sln
4+
msbuild /property:Configuration=Debug /property:Platform=x86 Win32-OpenSSH.sln

0 commit comments

Comments
 (0)