summaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Do not worry about libstdc++.so.6 on NetBSD either.Thomas Klausner2010-10-131-0/+2
|
* Deliver the VC runtime distribuable installers into solverFridrich Štrba2010-10-042-0/+5
|
* Drop requirements needed only for Win9x supportTor Lillqvist2010-09-161-1/+0
| | | | | | | 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).
* build-fix-win32.diff: Fix Windows build on partitions without short namesTor Lillqvist2010-09-142-4/+5
|
* CWS-TOOLING: integrate CWS configure25_OOO330Kurt Zenker2010-07-131-3/+0
|\
| * configure25: per request of QA: external/StAX -> stax/downloadRene Engelhard2010-06-221-3/+0
| |
* | CWS-TOOLING: integrate CWS cmcfixes75obo2010-06-222-6/+6
|\ \
| * | cmcfixes75: #i111770# handle libgcc_s.so.1|2|4 in deliverCaolán McNamara2010-06-021-2/+2
| | |
| * | cmcfixes75: #i111770# remove configure.in hacks and handle prelinked ↵Caolán McNamara2010-05-221-4/+4
| |/ | | | | | | system-stdlibs properly and fix the so.1 -> so.2 for hppa and m68k
* | CWS systemlibc: #i69033#: some fixes for WindowsMathias Bauer2010-06-163-2/+9
| |
* | systemlibc: rename new SYSTEM_* variables to better names ↵Rene Engelhard2010-05-252-5/+5
| | | | | | | | )SYSTEM_LIBC,HAVE_{GETOPT,READDIR_R). Unconditionally set to NO if $_os = WINNT
* | systemlibc: migrate systemlibc to hg; try again from scratchRene Engelhard2010-05-182-3/+18
|/
* CWS-TOOLING: integrate CWS ause110Jens-Heiner Rechtien2010-04-131-0/+1
|\
| * ause110: update to DEV300_m74Hans-Joachim Lankenau2010-03-105-23/+24
| |\
| * \ ause110: update to DEV300m70Hans-Joachim Lankenau2010-01-261-2/+0
| |\ \
| * | | ause110: #i106731# remove tarballs from scm and find them in download cache dirHans-Joachim Lankenau2010-01-151-0/+1
| | | |
* | | | mingwport29: merge with DEV300 m75tono2010-03-241-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | DEV300 masterfix: #i10000# Module external_so does not exist any more.Ruediger Timm2010-03-051-1/+1
| | | |
* | | | i#109673: Mingw port fix: new Windows property handlertono2010-03-052-63/+71
|/ / /
* | | CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov2010-02-173-21/+6
|\ \ \