office-gobmx/external/expat
Christian Lohmaier 875a1bf2e1 makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo)
…by a simple/static $(gb_UnpackedTarball_workdir)/foo
see also 0c4c84a14b

Change-Id: I8e6aa55c85534c4446556548910c950ddbe7c6fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167163
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Jenkins
2024-05-06 11:40:45 +02:00
..
expat-winapi.patch upgrade Expat to 2.5.0 2022-11-04 14:14:00 +01:00
ExternalProject_expat.mk externals: always provide platform configure flags 2022-01-31 10:31:04 +01:00
Makefile Fix building from inside modules moved to external 2013-10-18 21:52:01 +02:00
Module_expat.mk Remove MinGW support 2017-02-10 18:01:27 +00:00
README expat moved to github 2017-02-09 11:08:01 +00:00
StaticLibrary_expat.mk makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo) 2024-05-06 11:40:45 +02:00
StaticLibrary_expat_x64.mk makefile simplification: replace $(call gb_UnpackedTarball_get_dir,foo) 2024-05-06 11:40:45 +02:00
UnpackedTarball_expat.mk Expat: upgrade to release 2.6.2 2024-03-22 15:57:29 +01:00

Simple SAX parser library with added UTF-16 support.

From:
[https://github.com/libexpat/libexpat]