Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | no need to check for vcredist files, Windows installer don't use them | Andras Timar | |
2011-11-16 | x64 merge modules are not mandatory, only warn when they are missing. | Jan Holesovsky | |
2011-11-16 | copy msvcrt merge modules into the tree | Andras Timar | |
2011-11-07 | require autoconf >= 2.59 to please MAC OSX 10.4 | Christian Lohmaier | |
2011-11-02 | Pointless to check for "executability" of gdiplus.dll here | Tor Lillqvist | |
2011-10-13 | MinGW does not need the external .dll's. | Jan Holesovsky | |
2011-09-26 | Simplify | Tor Lillqvist | |
2011-09-25 | update post_download.in | Peter Foley | |
2011-05-31 | Merge commit 'libreoffice-3.4.0.2' | Jan Holesovsky | |
Conflicts: configure.in distro-configs/LibreOfficeMacOSX.conf distro-configs/OxygenOfficeLinux.conf distro-configs/OxygenOfficeWin32.conf download instsetoo_native/util/openoffice.lst ooo.lst.in set_soenv.in solenv/bin/modules/installer/download.pm solenv/gbuild/CppunitTest.mk solenv/inc/minor.mk solenv/inc/settings.mk | |||
2011-05-17 | More cross-compiling work | Tor Lillqvist | |
AC_SUBST also EXEEXT_FOR_BUILD and use that in Makefile.in. As winemv.set.sh is now called WindowsMSVCEnv.Set.sh, with capital E and S like all the others, we can simplify the glob pattern for the Set.sh file. Don't attempt to download and/or run unpackers for dependencies relevant only when using MSVC if using MinGW. Misc other Windows host vs. build fixes. | |||
2011-05-15 | Accept androideabi here, too | Tor Lillqvist | |
2011-05-15 | Check host_os, not build_os | Tor Lillqvist | |
2011-05-13 | Some initial baby steps towards cross-compilation | Tor Lillqvist | |
And some baby steps for cross-compiling for iOS in particular. | |||
2011-04-29 | 3.3 -> 3.4 | Andras Timar | |
2011-04-15 | Kill OS/2 stuff | Tor Lillqvist | |
2011-02-21 | Remove OSF/1 support. | Francois Tigeot | |
2011-02-10 | Porting LO to Dragonfly | Francois Tigeot | |
2010-12-21 | Drop msvc*7*.dll, see fdo#32426 | Tor Lillqvist | |
2010-12-21 | Actually we don't seem to need instmsiw.exe anywhere | Tor Lillqvist | |
2010-12-21 | Resolves: fdo#32426 first cut at auto-downloading windows depends | Caolán McNamara | |
2010-12-20 | It's called MinGW, not mingwin, mingw32, etc | Tor Lillqvist | |
2010-12-11 | Windows builds need msvcr71.dll in external/msvcp71 | Jesús Corrius | |
2010-11-30 | download: Fix minor typos to make it work on Windows. | Jan Holesovsky | |
2010-11-30 | exile some download-dependent configure test into a post_download step | Norbert Thiebaud | |
on windows, the configure check that some dll/exe are present. these are in fact automatically downloaded by the ./download script. but that script is run _after_ ./configure. So the tests are postponed and run in a post_download script that is invoked at the end of the download script. |