diff --git a/contrib/win32/openssh/openssh_build.cmd b/contrib/win32/openssh/openssh_build.cmd new file mode 100644 index 0000000..3ddb6a6 --- /dev/null +++ b/contrib/win32/openssh/openssh_build.cmd @@ -0,0 +1,4 @@ +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