thodg/libiconv/lib/relocatable.h

Branch :


Log

Author Commit Date CI Message
bacf3318 2023-09-06 03:29:12 Don't export symbols from static MSVC .obj files. Suggested by Dmitry Bely <dmitry.bely@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnu-libiconv/2023-08/msg00002.html>. * include/export.h: Add a copyright notice. Set LIBICONV_DLL_EXPORTED to empty on MSVC when DLL_EXPORT is not defined. * Makefile.devel (include/iconv.h.build.in): Filter out the second copyright notice. * configure.ac (DLL_VARIABLE): Test DLL_EXPORT, not _DLL. * lib/relocatable.h: From gnulib: (RELOCATABLE_DLL_EXPORTED): Don't use __declspec(dllexport) when creating static .obj files with MSVC. * libcharset/include/export.h: Add a copyright notice. Set LIBCHARSET_DLL_EXPORTED to empty on MSVC when DLL_EXPORT is not defined. * libcharset/Makefile.devel (include/libcharset.h.build.in, include/localcharset.h.build.in): Filter out the second copyright notice.
3acb1179 2020-04-04 14:58:34 Change the license of the library from LGPL 2.0 to LGPL 2.1.
e54fc9c1 2018-09-17 18:28:56 Prefer https URLs where possible.
18d002cf 2017-05-18 22:04:54 Update from gnulib.
48f31c74 2012-02-12 20:54:51 Replace FSF snail-mail address with URL.
ccc9de4b 2011-02-28 23:33:49 Update from gnulib.
cd4300ce 2005-07-25 12:02:53 Tidy up exported symbols.
bc3fb350 2005-07-25 11:57:23 Update to gettext version of relocatable.h.
45bd190c 2005-05-19 17:14:19 Update FSF postal address.
24b960a3 2003-04-14 14:08:07 Support for relocatable installation.