summaryrefslogtreecommitdiffstats
path: root/external
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \
| * | | changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien2010-02-123-21/+6
| | |/ | |/| | | | | | | Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
* / | i#108619: New visual style for mingw porttono2010-01-241-1/+17
|/ /
* / sb116: #i106845# removed obsolete IRIX portsb2009-11-131-2/+0
|/
* CWS-TOOLING: integrate CWS mingwport24Ivo Hinkelmann2009-09-182-1680/+563
| | | | | | | | | | | | | | | 2009-09-13 02:15:22 +0200 tono r276097 : i#105033: mingw port: accept incomplete deflib 2009-09-12 15:14:34 +0200 tono r276096 : i#105012: mingw port: $(PATH) should be quoted 2009-09-12 15:12:49 +0200 tono r276095 : i#105011: mingw port: berkeleydb fix 2009-09-12 15:11:39 +0200 tono r276094 : i#105010: mingw port: decline libdl 2009-09-12 15:10:21 +0200 tono r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h 2009-09-12 15:08:27 +0200 tono r276092 : reverting changes to revise log messages 2009-09-12 11:55:48 +0200 tono r276090 : i#105014: mingw port: change to latest w32api and mingw runtime 2009-09-12 11:52:12 +0200 tono r276089 : i#105013: mingw port: fix gas error in call.s in bridges 2009-09-12 11:42:04 +0200 tono r276088 : mingw port: should be quoted 2009-09-12 11:35:35 +0200 tono r276087 : mingw port: berkeleydb fix 2009-09-12 11:32:34 +0200 tono r276086 : mingw port: decline libdl 2009-09-12 11:20:50 +0200 tono r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h
* CWS-TOOLING: integrate CWS gpc100Vladimir Glazounov2009-08-273-64/+0
| | | | | 2009-08-07 20:21:15 +0200 ka r274784 : CWS-TOOLING: rebase CWS gpc100 to trunk@274622 (milestone: DEV300:m54) 2009-08-07 14:11:35 +0200 ka r274764 : #i75026#: removal of GPC dependency
* CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov2009-08-262-1/+22
| | | | | | | | | | | | | | | | | | 2009-08-19 16:18:46 +0200 tono r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-08-05 12:27:41 +0200 tono r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54) 2009-08-01 00:56:35 +0200 tono r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-27 00:13:27 +0200 tono r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 06:19:59 +0200 tono r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static" 2009-07-25 06:13:56 +0200 tono r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread 2009-07-25 06:05:22 +0200 tono r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section 2009-07-25 05:54:09 +0200 tono r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope 2009-07-25 05:44:58 +0200 tono r274328 : i#103799: mingw gcc-4.4.0 port: add some #include 2009-07-25 05:33:09 +0200 tono r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path 2009-07-25 05:24:42 +0200 tono r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge 2009-07-25 05:16:20 +0200 tono r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll 2009-07-25 04:01:59 +0200 tono r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh 2009-07-25 02:44:01 +0200 tono r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging 2009-07-25 02:28:21 +0200 tono r274321 : i#103791: mingw port fix typo