1. 07 Apr, 2022 1 commit
  2. 07 Mar, 2022 1 commit
  3. 21 Oct, 2021 1 commit
    • 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
  4. 20 Oct, 2021 1 commit