summaryrefslogtreecommitdiffstats
path: root/post_download.in
Commit message (Collapse)AuthorAgeFilesLines
* require autoconf >= 2.59 to please MAC OSX 10.4Christian Lohmaier2011-11-071-1/+1
|
* Pointless to check for "executability" of gdiplus.dll hereTor Lillqvist2011-11-021-1/+1
|
* MinGW does not need the external .dll's.Jan Holesovsky2011-10-131-1/+1
|
* SimplifyTor Lillqvist2011-09-261-34/+2
|
* update post_download.inPeter Foley2011-09-251-3/+3
|
* Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-311-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * 3.3 -> 3.4Andras Timar2011-04-291-1/+1
| |
* | More cross-compiling workTor Lillqvist2011-05-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Accept androideabi here, tooTor Lillqvist2011-05-151-0/+3
| |
* | Check host_os, not build_osTor Lillqvist2011-05-151-2/+2
| |
* | Some initial baby steps towards cross-compilationTor Lillqvist2011-05-131-1/+1
| | | | | | | | And some baby steps for cross-compiling for iOS in particular.
* | Kill OS/2 stuffTor Lillqvist2011-04-151-3/+0
|/
* Remove OSF/1 support.Francois Tigeot2011-02-211-3/+0
|
* Porting LO to DragonflyFrancois Tigeot2011-02-101-0/+3
|
* Drop msvc*7*.dll, see fdo#32426Tor Lillqvist2010-12-211-12/+0
|
* Actually we don't seem to need instmsiw.exe anywhereTor Lillqvist2010-12-211-19/+0
|
* Resolves: fdo#32426 first cut at auto-downloading windows dependsCaolán McNamara2010-12-211-1/+1
|
* It's called MinGW, not mingwin, mingw32, etcTor Lillqvist2010-12-201-1/+1
|
* Windows builds need msvcr71.dll in external/msvcp71Jesús Corrius2010-12-111-0/+12
|
* download: Fix minor typos to make it work on Windows.Jan Holesovsky2010-11-301-2/+1
|
* exile some download-dependent configure test into a post_download stepNorbert Thiebaud2010-11-301-0/+135
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.