summaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* chop out uwinapi from more ext. projectsDavid Tardon2012-10-261-1/+2
| | | | Change-Id: I29dd9d4e0a4dc342d28cb93a4cff65aa394848d4
* Revert "Win8 SDK no longer ships rebase.exe"Fridrich Štrba2012-10-092-3/+0
| | | | | | | | | | This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60. Conflicts: configure.in download Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
* fix msm suport for VS2012Peter Foley2012-10-073-0/+14
| | | | Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
* Win8 SDK no longer ships rebase.exePeter Foley2012-10-072-0/+3
| | | | Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
* enable build with Visual Studio 2012Peter Foley2012-08-161-0/+2
| | | | Change-Id: I95e5974e4f109eb8882f7260d19c439a86931e64
* add build support for libexsltDavid Tardon2012-08-151-0/+1
| | | | Change-Id: I539acd19fa8a0dc1a89a7a172ecad2a03ebc5d7b
* Deliver also *.exe (to get python.exe delivered).Jan Holesovsky2012-06-271-0/+1
| | | | Change-Id: I6e4645dc9de9e6650f3b5d9276e96b20266ada48
* fixing pyuno bridge on mingw: packaging system-pythonDavid Ostrovsky2012-06-221-0/+4
| | | | Change-Id: Ib46248d217b0161dc20dde0274842bd7381f0cda
* better test for system boost date_time libDavid Tardon2012-06-131-0/+1
| | | | | | This reverts commit 4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22. Change-Id: Iea84991ee689240fe6e6ddbc47f44b444f582dde
* Revert "remove redundant test for presence of dlls"David Tardon2012-05-282-0/+116
| | | | | | | Bah, ignore that... I forgot it also copies the dlls locally and delivers them. This reverts commit 5faaada54cc40713980d7f74e3534279e8395ead.
* remove redundant test for presence of dllsDavid Tardon2012-05-272-116/+0
| | | | Change-Id: I59a14d5579b7cb7fcf2ac5634723a8f18ed6e084
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* mingw: check for jpeg dllDavid Tardon2012-03-191-0/+1
|
* mingw: check for system iconv dllDavid Tardon2012-03-191-0/+1
| | | | libxslt in Fedora mingw packages depends on it.
* mingw: allow use of system zlibDavid Tardon2012-03-181-0/+1
|
* mingw: avoid hardcoded dll versions and depsDavid Tardon2012-03-181-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
* Bundle again C++ stdlibs with generic Linux buildFridrich Štrba2012-02-221-1/+1
|
* use configured HOST_PLATFORM instread of hardcoded tripletDavid Tardon2012-02-171-2/+2
|
* Copy the gcc's stdlibs to solver even if not packaging themFridrich Štrba2012-02-131-1/+1
|
* Decrease verbiage a little bitTor Lillqvist2012-01-271-1/+3
|
* no need to check for vcredist files, Windows installer don't use themAndras Timar2011-12-052-5/+0
|
* Revert "disable de sub-project wingw-dll for now... apparently a botched commit"Jan Holesovsky2011-10-011-2/+1
| | | | | | This reverts commit ef0a4c5ebbfbb90a5739cb6d6b055ee1c91e8aa8. Sorry for the trouble, should be OK now.
* Add forgotten file - makefile for copying the -system dlls.Jan Holesovsky2011-10-011-0/+72
| | | | This should have been part of commit 3927d9bd2af2511679120effdc790c99180fdf83.
* disable de sub-project wingw-dll for now... apparently a botched commitNorbert Thiebaud2011-10-011-1/+2
|
* Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky2011-09-303-46/+2
|
* remove checks for unused BUILD_SPECIAL environment variableAndras Timar2011-09-281-4/+0
|
* Use --kill-atTor Lillqvist2011-08-301-1/+1
|
* Look for and deliver shared libgcc and libstdc++ for MinGWTor Lillqvist2011-08-303-15/+15
| | | | | Also remove mingwm10.dll stuff. That is an obsolete DLL not used by current MinGW, says Fridrich.
* Bin USE_MINGWTor Lillqvist2011-08-261-9/+6
| | | | | | | | | | | | 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.)
* MsiGetPatchInfoA and W were missingTor Lillqvist2011-07-211-0/+2
|
* Make import libs for msi and urlmon dlls based on Wine's .def filesTor Lillqvist2011-07-214-2/+291
|
* Relocate the headers from Wine, add two new onesTor Lillqvist2011-07-1418-5/+2436
|
* Add constructor and GetValue() method to the Color classTor Lillqvist2011-07-141-1/+9
|
* Add the gdiplus headers and import library from Wine, for cross-compilationTor Lillqvist2011-07-1416-0/+3395
|
* Produce an import library for jawt.dll when cross-compiling to WindowsTor Lillqvist2011-06-293-0/+45
| | | | | | 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.
* Simplify MinGW crackTor Lillqvist2011-06-221-21/+20
| | | | | | | 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.
* Don't do this for Android eitherTor Lillqvist2011-06-091-11/+1
|
* Always compare CROSS_COMPILING explicitly to "YES"Tor Lillqvist2011-06-062-2/+2
|
* Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-39/+39
|
* Bypass some weird crack when cross-compiling with MinGWTor Lillqvist2011-05-222-0/+12
|
* Bypass for iOS, tooTor Lillqvist2011-05-141-0/+2
|
* Porting LO to DragonflyFrancois Tigeot2011-02-101-0/+2
|
* Clean up makefilesThomas Arnhold2011-02-021-1/+0
|
* Drop msvc*7*.dll, see fdo#32426Tor Lillqvist2010-12-213-16/+0
|
* Actually we don't seem to need instmsiw.exeTor Lillqvist2010-12-212-3/+0
|
* Make external/msi/readme.txt less misleadingTor Lillqvist2010-12-211-4/+1
| | | | | | | | 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.
* Remove references to unicows.dllJesús Corrius2010-12-092-3/+0
|
* add OPENBSD ifdefs where neededRobert Nagy2010-11-061-0/+2
|
* Add directory for msvcp100 librariesJesús Corrius2010-10-281-0/+2
|
* tweak for AIXCaolán McNamara2010-10-131-0/+14
|