]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix MSVC builds with --enable-shared, part 2.
authorBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 12:48:20 +0000 (14:48 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 5 Jun 2025 12:48:20 +0000 (14:48 +0200)
commit7fea0140359522f9c152c7b9362c8e01c8f1cc0e
tree552ee22fbbac3a1b27d45f84caffb39e2ebccbb9
parent40553cf0ff44606dc89527a3a6da6ee399954a87
build: Fix MSVC builds with --enable-shared, part 2.

* gettext-tools/configure.ac (DLL_VARIABLE): On MSVC with --enable-shared, when
compiling the static .o files inside libgettextlib, define to empty, not to
'__declspec(dllimport)'.
(LIBGETTEXTSRC_DLL_VARIABLE): On MSVC with --enable-shared, when compiling the
static .o files inside libgettextsrc), define to empty, not to
'__declspec(dllimport)'.
gettext-tools/configure.ac