Commit graph

15394 commits

Author SHA1 Message Date
Tor Lillqvist
6d8bd418a8 Use OUTDIR_FOR_BUILD for rsc also in gb_SrsPartTarget_RSCTARGET
That is the rsc executable we are going to run when cross-compiling
anyway.
2011-07-22 23:43:48 +03:00
Thomas Arnhold
8f190a5117 update list 2011-07-22 17:43:15 +02:00
Fridrich Štrba
834cae5feb Uploading new libvisio alpha version 2011-07-22 14:56:30 +02:00
Tor Lillqvist
73cba26f1c Bin PROF_EDITION, not defined in configury, not tested anywhere 2011-07-22 13:53:10 +03:00
Caolán McNamara
d1f6403c9e ENABLE_DEBUG_STL isn't working out for us, too easy to mix with and without 2011-07-22 11:28:03 +01:00
Michael Meeks
8b857bd5b0 don't let our fprintf on a broken pipe pollute errno's ECHILD with EPIPE 2011-07-22 10:59:08 +01:00
Caolán McNamara
30f80d74df update list 2011-07-22 10:16:26 +01:00
Tor Lillqvist
77c32f50d9 Use correct solar.jar when cross-compiling 2011-07-22 10:31:22 +03:00
Tor Lillqvist
278cd1aeb9 Get license.txt from where it actually is when cross-compiling 2011-07-22 10:19:21 +03:00
Tor Lillqvist
e02b0ec82a windres has no default output file 2011-07-21 23:56:06 +03:00
Tor Lillqvist
a628deba87 We create some import libraries ourselves from .def files from Wine 2011-07-21 23:23:18 +03:00
Tor Lillqvist
3d12239031 Using -L/lib and -L/usr/lib on MacOSX builds is unnecessary and wrong
As we build against the MacOSX 10.4 SDK we should certainly not link
against any libraries of the build OS, which could well be 10.5, 10.6
or 10.7.

Norbert verified that this works fine.
2011-07-21 22:20:05 +03:00
Andras Timar
ae58f51933 download and distribute latest vcredist_x64.exe
Microsoft Visual C++ 2008 SP1 Redistributable Package ATL Security Update
ProductName = Microsoft Visual C++ 2008 Redistributable - x64 9.0.30729.4148
ProductCode = {4B6C7001-C7D6-3710-913E-5BC23FCE91E6}
2011-07-21 18:22:49 +02:00
Tor Lillqvist
649a3a4181 Propagate DISABLE_ACTIVEX also in the WNTGCC case 2011-07-21 17:43:39 +03:00
Thomas Arnhold
a06500aa5d update list 2011-07-21 15:46:09 +02:00
Marc-Andre Laverdiere
85c68f4e9f Removed some entries
- Some were already removed but this file wasn't updated
- Some have been removed in writerfilter's commit #3096f3
2011-07-21 15:57:41 +05:30
Caolán McNamara
148610b715 update list 2011-07-21 10:31:43 +01:00
Michael Meeks
18a80a7c42 gtk3: don't package the filepicker if we have gtk3 enabled 2011-07-21 10:25:17 +01:00
Tor Lillqvist
d0ab680ff9 Update sample autogen.lastrun for MinGW cross-compilation 2011-07-21 09:50:13 +03:00
Thomas Arnhold
2b41f3e3b4 update list 2011-07-20 22:42:50 +02:00
Tor Lillqvist
d7fdac2c73 We do build oodma_lib with WNTGCC 2011-07-20 20:21:11 +03:00
Tor Lillqvist
944949d956 Don't run cppunittester when cross-compiling to Windows
Maybe we should just bypass it in general for all platforms when
cross-compiling in CppunitTest.mk, instead of separately for each
platform that is a potential cros--compilation target?

On the other hand, we might want to in some cases run unit tests using
some emulator like wine or QEMU, using some remote execution
mechanism, or whatever?
2011-07-20 19:12:53 +03:00
Thomas Arnhold
4d07e370c7 update unusedcode.easy 2011-07-20 16:35:35 +02:00
Caolán McNamara
9b857c80f7 throw out a few more 2011-07-19 22:37:29 +01:00
Caolán McNamara
4de103c5c4 remove unused ByteString using methods 2011-07-19 22:18:48 +01:00
Caolán McNamara
dbdba043b1 remove freshly unused methods 2011-07-19 09:30:48 +01:00
Luboš Luňák
f320e7ce8a use internal cppunit with STL debug enabled
http://lists.freedesktop.org/archives/libreoffice/2011-July/014970.html
2011-07-18 14:31:30 +02:00
Caolán McNamara
907535edb8 drop vcl::unotools::getTunnelIdentifier 2011-07-18 12:23:47 +01:00
Caolán McNamara
15c90b22a5 remove more unused 2011-07-18 12:23:47 +01:00
Caolán McNamara
b5deab1aef update list 2011-07-18 12:23:46 +01:00
Caolán McNamara
315ca51bd3 drop some more unused methods 2011-07-18 12:23:46 +01:00
Caolán McNamara
2e5ebb7eda update list 2011-07-18 12:23:46 +01:00
Caolán McNamara
739a3e0f18 safer grep pattern 2011-07-18 12:23:46 +01:00
Michael Meeks
2ba8c17e72 tweak euid check to use a simpler check instead 2011-07-18 12:21:29 +01:00
Mike Eberdt
07a841bc1a Work around a bash-ism in configure.in 2011-07-18 12:09:14 +01:00
Tor Lillqvist
520e492193 Produce .res files with WNTGCC, too
Note that they are not linked into the DLL, though. Neither for WNTMSC
or WNTGCC.
2011-07-18 11:03:23 +03:00
Thomas Arnhold
18ca4dfd41 Check for unzip
This wasn't working on Linux. Build was started no matter if unzip
was found or not. This lead to other errors and finally to a build
break. Hopefully this doesn't break other platforms.
2011-07-17 19:31:33 +02:00
Andras Timar
a2568d4e99 pack binfilter resources together with other binfilter files 2011-07-17 14:30:52 +02:00
Tor Lillqvist
f455474e7a Bin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMES 2011-07-15 16:09:19 +03:00
Tor Lillqvist
b2927daa3d Why would we want to define GLIBC when not using glibc? 2011-07-15 16:09:19 +03:00
Mike Eberdt
8e2ba3d0d5 Properly determine number of CPUs on FreeBSD 2011-07-15 03:15:29 -05:00
Tor Lillqvist
4eb9a47a4b The graphite2 library gets built statically with WNTGCC at least 2011-07-15 01:56:36 +03:00
Tor Lillqvist
7ce4a597d3 Add more iOS-specific options 2011-07-15 00:12:20 +03:00
Thomas Arnhold
564f87e6f5 update callcatcher list 2011-07-14 16:51:45 +02:00
Caolán McNamara
9689717931 add check for extra bit of minimal perl, etc. env 2011-07-14 15:23:44 +01:00
Caolán McNamara
a74a596e25 reduce easy list 2011-07-14 15:23:44 +01:00
Tor Lillqvist
61d56ec09e Factor out the oldnames/moldname difference between WNTMSC and WNTGCC 2011-07-14 15:55:32 +03:00
Tor Lillqvist
5db539d59c Add the gdiplus library 2011-07-14 15:54:29 +03:00
Tor Lillqvist
cca52dd790 Unset the Python environment vars when running the sub-configure 2011-07-14 13:32:42 +03:00
Kohei Yoshida
3fec789431 Updated mdds package to 0.5.3. 2011-07-13 15:42:33 -04:00