Commit graph

16 commits

Author SHA1 Message Date
Jan Holesovsky
07c1d34ec7 Merge commit 'libreoffice-3.4.0.2'
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-31 10:45:37 +02:00
Tor Lillqvist
84fbaed77d More cross-compiling work
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-17 02:22:19 +03:00
Tor Lillqvist
ee48b82235 Accept androideabi here, too 2011-05-15 04:15:01 +03:00
Tor Lillqvist
ebb1f2af35 Check host_os, not build_os 2011-05-15 04:10:15 +03:00
Tor Lillqvist
eaf8e0939a Some initial baby steps towards cross-compilation
And some baby steps for cross-compiling for iOS in particular.
2011-05-13 20:24:40 +03:00
Andras Timar
1c4042924b 3.3 -> 3.4 2011-04-29 16:12:52 +02:00
Tor Lillqvist
20ba3c4ae8 Kill OS/2 stuff 2011-04-15 14:08:09 +03:00
Francois Tigeot
60fe1a1958 Remove OSF/1 support. 2011-02-21 14:37:59 +01:00
Francois Tigeot
3dd75542a2 Porting LO to Dragonfly 2011-02-10 10:38:31 +01:00
Tor Lillqvist
b326d5decb Drop msvc*7*.dll, see fdo#32426 2010-12-21 19:07:20 +02:00
Tor Lillqvist
4ce4ff8a53 Actually we don't seem to need instmsiw.exe anywhere 2010-12-21 18:55:41 +02:00
Caolán McNamara
82eee4eaac Resolves: fdo#32426 first cut at auto-downloading windows depends 2010-12-21 12:22:29 +00:00
Tor Lillqvist
6eebbe5bba It's called MinGW, not mingwin, mingw32, etc 2010-12-20 15:37:58 +02:00
Jesús Corrius
1fcaaf821d Windows builds need msvcr71.dll in external/msvcp71 2010-12-11 21:14:56 +01:00
Jan Holesovsky
be729b0086 download: Fix minor typos to make it work on Windows. 2010-11-30 20:25:22 -06:00
Norbert Thiebaud
f797994afe exile some download-dependent configure test into a post_download step
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.
2010-11-30 20:25:22 -06:00