• Martin Storsjö's avatar
    xslt: Build with LIBXSLT_STATIC, fix building with clang in MSVC mode. · 683b43b9
    Martin Storsjö authored
    This avoids unnecessarily embedding dllexport directives in all
    the object files.
    
    This also fixes building with clang in MSVC mode, as the MSVC
    definition of XSLTPUBVAR in xsltexports.h is lacking 'extern'
    when doing dllexport. (This probably used to work before
    compilers defaulted to -fcommon.) This fixes duplicate symbols
    like these:
    
    lld-link: error: duplicate symbol: xsltGenericError
    >>> defined at ../src/libs/xslt/libxslt/xsltutils.h:140
    >>>            libxslt.cross.a(documents.cross.o)
    >>> defined at ../src/libs/xslt/libxslt/xsltutils.h:140
    >>>            libxslt.cross.a(extensions.cross.o)
    Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    683b43b9
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...