1
1
Viktor Szakats 1d0e694d7d win32/GNUmakefile: allow customizing dll suffixes
- New `LIBSSH2_DLL_SUFFIX` envvar will add a suffix to the generated
  libssh2 dll name. Useful to add `-x64` to 64-bit builds so that
  it can live in the same directory as the 32-bit one. By default
  this is empty.

- New `LIBSSH2_DLL_A_SUFFIX` envvar to customize the suffix of the
  generated import library (implib) for libssh2 .dll. It defaults
  to `dll`, and it's useful to modify that to `.dll` to have the
  standard naming scheme for mingw-built .dlls, i.e. `libssh2.dll.a`.

Ref: aaa16f8025

Closes https://github.com/libssh2/libssh2/pull/215
2017-10-15 20:36:59 +00:00
..
2016-02-23 08:52:47 +01:00
2012-10-24 03:29:50 +02:00
2014-12-01 13:21:50 +01:00
2016-02-23 08:52:47 +01:00
2005-01-03 22:46:15 +00:00