summaryrefslogtreecommitdiff
path: root/post_download.in
AgeCommit message (Collapse)Author
2011-05-31Merge 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-17More cross-compiling workTor 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-15Accept androideabi here, tooTor Lillqvist
2011-05-15Check host_os, not build_osTor Lillqvist
2011-05-13Some initial baby steps towards cross-compilationTor Lillqvist
And some baby steps for cross-compiling for iOS in particular.
2011-04-293.3 -> 3.4Andras Timar
2011-04-15Kill OS/2 stuffTor Lillqvist
2011-02-21Remove OSF/1 support.Francois Tigeot
2011-02-10Porting LO to DragonflyFrancois Tigeot
2010-12-21Drop msvc*7*.dll, see fdo#32426Tor Lillqvist
2010-12-21Actually we don't seem to need instmsiw.exe anywhereTor Lillqvist
2010-12-21Resolves: fdo#32426 first cut at auto-downloading windows dependsCaolán McNamara
2010-12-20It's called MinGW, not mingwin, mingw32, etcTor Lillqvist
2010-12-11Windows builds need msvcr71.dll in external/msvcp71Jesús Corrius
2010-11-30download: Fix minor typos to make it work on Windows.Jan Holesovsky
2010-11-30exile some download-dependent configure test into a post_download stepNorbert 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.