Andras Timar
a312d8a0a2
Bump version number in AC_INIT (I wonder if that is used)
2012-04-02 16:49:00 +02:00
Andras Timar
a5f7843221
no need to check for vcredist files, Windows installer don't use them
2011-12-05 15:03:34 +01:00
Jan Holesovsky
41e995ec36
x64 merge modules are not mandatory, only warn when they are missing.
2011-11-16 20:59:16 +01:00
Andras Timar
b667ca53f4
copy msvcrt merge modules into the tree
2011-11-16 15:50:38 +01:00
Christian Lohmaier
39a2372a12
require autoconf >= 2.59 to please MAC OSX 10.4
2011-11-07 18:08:11 +01:00
Tor Lillqvist
4ab6d2841d
Pointless to check for "executability" of gdiplus.dll here
2011-11-02 18:08:15 +02:00
Jan Holesovsky
257ad3bfd3
MinGW does not need the external .dll's.
2011-10-13 01:00:59 +02:00
Tor Lillqvist
26d0920264
Simplify
2011-09-26 15:09:39 +03:00
Peter Foley
5ebf2a0b43
update post_download.in
2011-09-25 18:14:13 -04:00
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