[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Avoid __declspec(dllexport) for MSVC static build
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Avoid __declspec(dllexport) for MSVC static build |
Date: |
Wed, 06 Sep 2023 21:54:05 +0200 |
Dmitry Bely wrote on 2023-08-16:
> The atacheched patch works for me (I realized it could be me made
> slightly differently without touching BUILDING_DLL)
Thanks a lot! You taught me something new: I wasn't aware of the 'DLL_EXPORT'
symbol defined by libtool.
I've now used this trick to minimize the exported symbols of static .obj
files created by MSVC not only in GNU libiconv, but also in GNU gettext.
Bruno
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [bug-gnu-libiconv] Avoid __declspec(dllexport) for MSVC static build,
Bruno Haible <=