Subject: [PATCH 2/2] win32: Added WinCNG targets to generated Visual Studio, project

[PATCH 2/2] win32: Added WinCNG targets to generated Visual Studio, project

From: Marc Hoersken <info_at_marc-hoersken.de>
Date: Sat, 22 Mar 2014 23:43:42 +0100

Hello everyone,

another set of patches inspired by Bob Kast's reports. These patches
allow the compilation of libssh2 with WinCNG using the generated Visual
Studio project files.
This patch adds WinCNG support to parts of the existing Win32 build
infrastructure, until new build systems, like pre-defined VS project
files or CMake files may be added.

The patches probably raise one main question: How to handle build
systems, like VS project files, that need to include all source files
regardless of the desired target, including all supported crypto backends?
For now I added a check for LIBSSH2_OPENSSL to openssl.c and hardcoded
the supported crypto backends within Makefile.am.

Best regards,
Marc

Received on 2014-03-22