summaryrefslogtreecommitdiff
path: root/external
AgeCommit message (Collapse)Author
2012-03-19mingw: check for jpeg dllDavid Tardon
2012-03-19mingw: check for system iconv dllDavid Tardon
libxslt in Fedora mingw packages depends on it.
2012-03-18mingw: allow use of system zlibDavid Tardon
2012-03-18mingw: avoid hardcoded dll versions and depsDavid Tardon
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-22Bundle again C++ stdlibs with generic Linux buildFridrich Štrba
2012-02-17use configured HOST_PLATFORM instread of hardcoded tripletDavid Tardon
2012-02-13Copy the gcc's stdlibs to solver even if not packaging themFridrich Štrba
2012-01-27Decrease verbiage a little bitTor Lillqvist
2011-12-05no need to check for vcredist files, Windows installer don't use themAndras Timar
2011-10-01Revert "disable de sub-project wingw-dll for now... apparently a botched commit"Jan Holesovsky
This reverts commit ef0a4c5ebbfbb90a5739cb6d6b055ee1c91e8aa8. Sorry for the trouble, should be OK now.
2011-10-01Add forgotten file - makefile for copying the -system dlls.Jan Holesovsky
This should have been part of commit 3927d9bd2af2511679120effdc790c99180fdf83.
2011-10-01disable de sub-project wingw-dll for now... apparently a botched commitNorbert Thiebaud
2011-09-30Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky
2011-09-28remove checks for unused BUILD_SPECIAL environment variableAndras Timar
2011-08-30Use --kill-atTor Lillqvist
2011-08-30Look for and deliver shared libgcc and libstdc++ for MinGWTor Lillqvist
Also remove mingwm10.dll stuff. That is an obsolete DLL not used by current MinGW, says Fridrich.
2011-08-26Bin USE_MINGWTor Lillqvist
Its alternative values as used by OOo is irrelevant to us as we don't intend to support building using MinGW on Windows itself. To us, MinGW always means cross-compilation. For us it is enough to look at $(OS)$(COM), and WNTGCC always implies cross-compilation. (OOo on the other hand attempts to support use of the Cygwin gcc with the -mno-cygwin option (which is practically considered an obsolete option), the normal MinGW compiler (but still from Cygwin), but not cros-compilation.)
2011-07-21MsiGetPatchInfoA and W were missingTor Lillqvist
2011-07-21Make import libs for msi and urlmon dlls based on Wine's .def filesTor Lillqvist
2011-07-14Relocate the headers from Wine, add two new onesTor Lillqvist
2011-07-14Add constructor and GetValue() method to the Color classTor Lillqvist
2011-07-14Add the gdiplus headers and import library from Wine, for cross-compilationTor Lillqvist
2011-06-29Produce an import library for jawt.dll when cross-compiling to WindowsTor Lillqvist
There is just one export from jawt.dll, so just build an import library trivially ourselves instead of requiring copying the jawt.lib from a Windows JDK installation.
2011-06-22Simplify MinGW crackTor Lillqvist
Avoid copy-pasting. Just change the pointless use of double-underscore-prefixed identifiers __argc and __argv in the getopt prototypes (which clashes with stuff from MinGW's stdlib.h, apparently) to plain argc and argv for all platforms.
2011-06-09Don't do this for Android eitherTor Lillqvist
2011-06-06Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-05-22Bypass some weird crack when cross-compiling with MinGWTor Lillqvist
2011-05-14Bypass for iOS, tooTor Lillqvist
2011-02-10Porting LO to DragonflyFrancois Tigeot
2011-02-02Clean up makefilesThomas Arnhold
2010-12-21Drop msvc*7*.dll, see fdo#32426Tor Lillqvist
2010-12-21Actually we don't seem to need instmsiw.exeTor Lillqvist
2010-12-21Make external/msi/readme.txt less misleadingTor Lillqvist
No point talking about the ".NET compiler" as it was MSVC 2003 that was also called "MSVC .NET". In the Microsoft compiler we now use, 2008, there is no ".NET" in the name. Also, in LibreOffice we bundle only instmsiw.exe, not instmsia.exe.
2010-12-09Remove references to unicows.dllJesús Corrius
2010-11-06add OPENBSD ifdefs where neededRobert Nagy
2010-10-28Add directory for msvcp100 librariesJesús Corrius
2010-10-13tweak for AIXCaolán McNamara
2010-10-13Do not worry about libstdc++.so.6 on NetBSD either.Thomas Klausner
2010-10-04Deliver the VC runtime distribuable installers into solverFridrich Štrba
2010-09-16Drop requirements needed only for Win9x supportTor Lillqvist
Don't require and distribute unicows.dll and instmsia.exe (Windows Installer 2.0 installer for Win9x). Drop the Win9x-specific code in setup.exe. Do still require and distribute gdiplus.dll for Win2k support (bnc#522833).
2010-09-14build-fix-win32.diff: Fix Windows build on partitions without short namesTor Lillqvist
2010-07-13CWS-TOOLING: integrate CWS configure25_OOO330Kurt Zenker
2010-06-22configure25: per request of QA: external/StAX -> stax/downloadRene Engelhard
2010-06-22CWS-TOOLING: integrate CWS cmcfixes75obo
2010-06-16CWS systemlibc: #i69033#: some fixes for WindowsMathias Bauer
2010-06-02cmcfixes75: #i111770# handle libgcc_s.so.1|2|4 in deliverCaolán McNamara
2010-05-25systemlibc: rename new SYSTEM_* variables to better names ↵Rene Engelhard
)SYSTEM_LIBC,HAVE_{GETOPT,READDIR_R). Unconditionally set to NO if $_os = WINNT
2010-05-22cmcfixes75: #i111770# remove configure.in hacks and handle prelinked ↵Caolán McNamara
system-stdlibs properly and fix the so.1 -> so.2 for hppa and m68k
2010-05-18systemlibc: migrate systemlibc to hg; try again from scratchRene Engelhard