summaryrefslogtreecommitdiff
path: root/post_download.in
AgeCommit message (Collapse)AuthorFilesLines
2012-04-02Bump version number in AC_INIT (I wonder if that is used)Andras Timar1-1/+1
2011-12-05no need to check for vcredist files, Windows installer don't use themAndras Timar1-22/+0
2011-11-16x64 merge modules are not mandatory, only warn when they are missing.Jan Holesovsky1-6/+6
2011-11-16copy msvcrt merge modules into the treeAndras Timar1-0/+11
2011-11-07require autoconf >= 2.59 to please MAC OSX 10.4Christian Lohmaier1-1/+1
2011-11-02Pointless to check for "executability" of gdiplus.dll hereTor Lillqvist1-1/+1
2011-10-13MinGW does not need the external .dll's.Jan Holesovsky1-1/+1
2011-09-26SimplifyTor Lillqvist1-34/+2
2011-09-25update post_download.inPeter Foley1-3/+3
2011-05-31Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky1-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
2011-05-17More cross-compiling workTor Lillqvist1-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.
2011-05-15Accept androideabi here, tooTor Lillqvist1-0/+3
2011-05-15Check host_os, not build_osTor Lillqvist1-2/+2
2011-05-13Some initial baby steps towards cross-compilationTor Lillqvist1-1/+1
And some baby steps for cross-compiling for iOS in particular.
2011-04-293.3 -> 3.4Andras Timar1-1/+1
2011-04-15Kill OS/2 stuffTor Lillqvist1-3/+0
2011-02-21Remove OSF/1 support.Francois Tigeot1-3/+0
2011-02-10Porting LO to DragonflyFrancois Tigeot1-0/+3
2010-12-21Drop msvc*7*.dll, see fdo#32426Tor Lillqvist1-12/+0
2010-12-21Actually we don't seem to need instmsiw.exe anywhereTor Lillqvist1-19/+0
2010-12-21Resolves: fdo#32426 first cut at auto-downloading windows dependsCaolán McNamara1-1/+1
2010-12-20It's called MinGW, not mingwin, mingw32, etcTor Lillqvist1-1/+1
2010-12-11Windows builds need msvcr71.dll in external/msvcp71Jesús Corrius1-0/+12
2010-11-30download: Fix minor typos to make it work on Windows.Jan Holesovsky1-2/+1
2010-11-30exile some download-dependent configure test into a post_download stepNorbert Thiebaud1-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.