summaryrefslogtreecommitdiff
path: root/external/mingw-dlls
AgeCommit message (Collapse)AuthorFilesLines
2012-08-15add build support for libexsltDavid Tardon1-0/+1
Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
2012-06-22fixing pyuno bridge on mingw: packaging system-pythonDavid Ostrovsky1-0/+4
Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
2012-06-13better test for system boost date_time libDavid Tardon1-0/+1
This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
2012-05-28Revert "remove redundant test for presence of dlls"David Tardon1-0/+115
Bah, ignore that... I forgot it also copies the dlls locally and delivers them. This reverts commit 5faaada54cc40713980d7f74e3534279e8395ead.
2012-05-27remove redundant test for presence of dllsDavid Tardon1-115/+0
Change-Id: I59a14d5579b7cb7fcf2ac5634723a8f18ed6e084
2012-03-19mingw: check for jpeg dllDavid Tardon1-0/+1
2012-03-19mingw: check for system iconv dllDavid Tardon1-0/+1
libxslt in Fedora mingw packages depends on it.
2012-03-18mingw: allow use of system zlibDavid Tardon1-0/+1
2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon1-1/+41
The idea is to use libo_MINGW_CHECK_DLL for libs that must be available (typically that would be the "main" library, e.g., libxml2 or libcurl) and libo_MINGW_TRY_DLL for possible dependencies (that may not be the same on different systems). All further references to the dlls are exclusively through the configured variables or defines set from these variables (e.g., instead of hardcoding libxml2-2.dll, use $(MINGW_LIBXML2_DLL)). The macros are documented in m4/mingw.m4 . Files that must be changed when adding a new dll: * configure.in * config_host.mk.in * external/mingw-dlls/makefile.mk * scp2/source/ooo/makefile.mk * scp2/source/ooo/mingw_dlls.scp
2012-02-17use configured HOST_PLATFORM instread of hardcoded tripletDavid Tardon1-2/+2
2011-10-01Add forgotten file - makefile for copying the -system dlls.Jan Holesovsky1-0/+72
This should have been part of commit 3927d9bd2af2511679120effdc790c99180fdf83.