Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

win32/GNUmakefile: allow customizing dll suffixes #215

Closed
wants to merge 1 commit into from
Closed

win32/GNUmakefile: allow customizing dll suffixes #215

wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

  • 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: curl/curl@aaa16f8

- 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: curl/curl@aaa16f8
@vszakats vszakats closed this in 1d0e694 Oct 15, 2017
@vszakats vszakats deleted the dllsuff branch October 15, 2017 23:09
kbulgrien pushed a commit to kbulgrien/libssh2-1.2.4-sco3.2v5.0.7 that referenced this pull request Dec 14, 2018
- 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: curl/curl@aaa16f8

Closes libssh2#215
alex-weaver pushed a commit to alex-weaver/libssh2 that referenced this pull request Mar 23, 2023
- 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: curl/curl@aaa16f8

Closes libssh2#215
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant