Bjoern Michaelsen
434f7f0234
always request an unversioned lib from gcc in gccinstlib.pl
...
* this otherwise breaks on ubuntu natty as there is (rightfully) no libgcc_s.so.1 file served by gcc -print-file-name
2011-05-04 01:55:36 +02:00
David Tardon
c0c029c3fe
do not announce if there is nothing to do
2011-05-03 06:03:27 +02:00
David Tardon
f8fed539d1
these targets are impl. details--do not announce
2011-05-03 06:03:26 +02:00
Jan Holesovsky
fd4bda4ca1
Run all tests in the en_US.UTF-8 locale.
...
The locele affects some tests, eg. sc_ucalc.cxx.
2011-04-28 18:51:12 +02:00
Andras Timar
811560a41f
use /tmp instead of /instsetoo_native/util for temporary files
2011-04-27 15:46:38 +02:00
Robert Nagy
881dcc4f2d
add -DBOOST_NO_EXCEPTIONS to gb_LinkTarget_NOEXCEPTIONFLAGS
2011-04-27 17:42:07 +02:00
Robert Nagy
9dbb1958ab
set STAR_RESOURCEPATH before calling gdb
2011-04-27 14:18:56 +02:00
Tor Lillqvist
97bfc27b4b
Kill BrOffice, fdo#36262
2011-04-26 14:27:20 +03:00
Andras Timar
32352e1ce8
put L10N_MODULE definition to set_soenv instead of settings.mk
...
and remove alternative l10n locations from settings.mk
2011-04-26 10:27:13 +02:00
Andras Timar
a765a3e7c3
fix L10N_MODULE path on Windows
2011-04-26 09:24:59 +02:00
Francois Tigeot
92bee75069
Remove OS/2 code.
2011-04-25 08:05:22 +02:00
David Tardon
dc825f76d6
depend on the used components
2011-04-24 09:49:15 +02:00
David Tardon
8dd571ddb7
depend on udkapi.rdb too
2011-04-24 09:48:09 +02:00
David Tardon
54ebdf3c21
move common UNO stuff to CppunitTest
2011-04-23 21:07:58 +02:00
David Tardon
fac629fbdd
add class for creating service rdbs
2011-04-23 21:07:58 +02:00
Norbert Thiebaud
40ce81a033
add support, in gbuild, for objective/C (in addition to objective/C++)
2011-04-23 10:35:37 -05:00
Francois Tigeot
d97ff3e736
Temporary fix for a LD_LIBRARY_PATH not propagated issue.
2011-04-22 20:01:28 +02:00
David Tardon
38b89de958
sd has some images in imagelst subdir...
2011-04-21 20:50:30 +02:00
David Tardon
4594ffdf24
add pck to the delivery dirs
2011-04-21 20:50:29 +02:00
David Tardon
d90ba18ac0
list one target per line
2011-04-21 20:50:29 +02:00
David Tardon
ad773c4cc3
gbuildize slideshow
2011-04-21 20:50:28 +02:00
Bjoern Michaelsen
9b15ef7581
enable CHECKOBJECTOWNER by default now, warn instead of error
2011-04-21 18:30:43 +02:00
Luboš Luňák
190d20d74e
don't link soffice.bin and stuff back into src tree
...
This is 7e585ded0f1cce41fd3dec6146526d07783d2d38 again,
removed in 981e63a40a5918135f3547c849394a36f8012af9, probably by mistake.
With the linking it's possible that soffice.bin becomes the wrapper
script that ends up calling itself recursively.
2011-04-20 16:14:29 +02:00
Petr Mladek
12cbe77bed
fix build with older gcc that does not read options via @file
...
needed to fix build on SLED10 with gcc-4.1.2
we want to use @$(extraobjectlist) in the long run
2011-04-19 17:35:40 +02:00
Petr Mladek
dc709df41a
bump PRODUCTVERSION to 3.4 also in solenv/inc/productversion.mk (fdo#36277)
2011-04-19 13:52:19 +02:00
Caolán McNamara
c0c30966c5
seem to need shlwapi here too
2011-04-18 20:01:07 +01:00
Caolán McNamara
d9ce9150c4
bubble down configure test findings on visibility
2011-04-18 20:01:07 +01:00
Robert Nagy
a7c5fac228
sync with unxgcc.mk
2011-04-18 19:36:55 +02:00
Tor Lillqvist
dbcf68f61e
Kill UPDMINOR and UPDMINOREXT stuff
...
As far as I know we have no intention to use that stuff. Do we ever
have any idea what it means? But sure, if it turns out that we do want
to, this commit will have to be reverted.
2011-04-18 14:05:39 +03:00
Tor Lillqvist
d08e2d0f25
Remove two OS/2 files
2011-04-18 13:18:36 +03:00
Norbert Thiebaud
9b44ffb5fc
gcc-4.0 on MacOSX does not support the @file syntax
2011-04-17 13:20:34 -05:00
David Tardon
9c778f8527
add support for resource templates
...
That is, resource files containing localizable data that are included
from other resource files. They have filenames like foo_tmpl.hrc
(sometimes foo_tmpl.src) and are included as foo.hrc . They were handled
by listing them in LOCALIZE_ME variable in the old build system.
2011-04-17 19:06:09 +02:00
Bjoern Michaelsen
3d2cc7b5da
provide a rule for explicit deps
2011-04-16 20:52:32 +02:00
Bjoern Michaelsen
3b88453baf
add gb_CppunitTest_uses_ure for unittests using URE
2011-04-16 20:52:32 +02:00
Bjoern Michaelsen
5105f2598b
gb_CHECKOBJECTOWNER=T allows to check for objects linked multiple times
2011-04-16 14:25:37 +02:00
Bjoern Michaelsen
6b80623e80
gbuild support for final extensions
2011-04-16 14:17:59 +02:00
Tor Lillqvist
20ba3c4ae8
Kill OS/2 stuff
2011-04-15 14:08:09 +03:00
David Tardon
f6323fb886
define gb_LinkTarget_add_generated_cxxobjects
2011-04-14 16:16:08 +02:00
Luboš Luňák
6efe9918d3
add -Wl,-O1 as linker optimization flags when debug is disabled
2011-04-14 15:06:31 +02:00
Francois Tigeot
08d49db2aa
Remove CVER.
...
It is no longer used.
2011-04-14 13:41:19 +02:00
Caolán McNamara
1090e9dbca
move this in here so that on windows we convert paths to win format
2011-04-13 20:35:07 +01:00
Luboš Luňák
57ec5069ec
switch -ggdb3 to -ggdb2 to significantly reduce binaries sizes
...
http://lists.freedesktop.org/archives/libreoffice/2011-April/010408.html
2011-04-13 14:02:07 +02:00
Julien Nabet
6811d994ec
fno-default-inline removed for CFLAGS since it's valid only for C++
2011-04-12 22:36:15 +02:00
Luboš Luňák
19c922f1d2
$(WITH_LINKER_HASH_STYLE) also for gbuild
2011-04-11 17:01:23 +02:00
Bjoern Michaelsen
0814799090
remove debug output
2011-04-11 12:32:48 +02:00
Bjoern Michaelsen
3db91b7f80
set STAR_RESOURCEPATH for cppunit tests to find resources from solver
2011-04-11 12:32:48 +02:00
Bjoern Michaelsen
ac3f888b4c
add support for auxiliary arguments to the cppunit tests
2011-04-11 12:25:04 +02:00
Michael Meeks
244c7ccf6a
make relocate cope with more corner cases: no solver & fixed links
2011-04-08 13:11:46 +01:00
Caolán McNamara
b9bc97d455
allow setting DEBUGCPPUNIT=TRUE to dump a gdb try/catch trace
2011-04-07 11:37:56 +01:00
Petr Mladek
f115ddb6f7
Merge remote-tracking branch 'origin/libreoffice-3-4'
2011-04-06 19:25:22 +02:00