Caolán McNamara
b41ae46d1d
add fontconfig and freetype to get configured flags
2011-07-26 12:36:31 +01:00
Caolán McNamara
6bccd20b2d
keep it consistent and add a blank line before all endef
2011-07-26 12:36:31 +01:00
Caolán McNamara
471233958b
nothing links to stlport anymore
2011-07-26 12:36:31 +01:00
Caolán McNamara
5bb76f61c6
apparently need a blank line between endif and endef
2011-07-26 12:36:31 +01:00
Caolán McNamara
b940171b68
USE_SYSTEM_STL and ADAPT_EXT_STL are gone now
2011-07-26 12:36:31 +01:00
Tor Lillqvist
7e706639f8
Redirect stderr of the ar command to /dev/null only if we are silent
2011-07-26 12:23:48 +03:00
Tor Lillqvist
c8144f0de4
Add Env.Host.sh, drop the old *.Set.sh
2011-07-26 12:06:33 +03:00
David Tardon
1a852392ba
add icui18n to external libs
2011-07-26 09:59:33 +02:00
Thomas Arnhold
0bb5194b3f
update list
2011-07-26 08:59:14 +02:00
David Tardon
fd0d321ba4
must call eval there
...
foreach concatenates the partial results by space, which creates lines like
target : LIBS += lib1 target : LIBS += lib2 ...
Obviously, evaluation of that is different from
target : LIBS += lib1
target : LIBS += lib2
...
So we really must evaluate every partial result.
2011-07-26 08:28:24 +02:00
Tor Lillqvist
728c0dd906
Fix typo
2011-07-26 09:06:19 +03:00
Tor Lillqvist
d8648b746b
Don't bother with makedepend and processdeps.awk
...
Just use gcc's own mechanism, just like in unxgcc.mk. We intend to
support MinGW only for cross-compilation anyway.
2011-07-26 08:50:56 +03:00
Tor Lillqvist
1a316d26d6
Remove superfluous empty line
...
The comment for gb_Library_ILIBFILENAMES in the WNTGCC case doesn't
make much sense for us, though, as I think we want to support WNTGCC
only for cross-compilation, and thus we don't have access to the PSDK
("Platform" SDK, with which they mean the Windows SDK). I don't see
any point in using MinGW natively on Windows to build LibreOffice. If
you build locally, use MSVC.
2011-07-26 08:50:56 +03:00
Tor Lillqvist
09fb061028
Move apparently misplaced endif to correct place
2011-07-26 08:50:55 +03:00
Norbert Thiebaud
dcedd63782
gbuild: fix broken flags for OBJC leading to bad SDK use
...
gnumake4 has improvedthe Flags customisation process but
that change has been done for C C++ and ObjC++, but only partially for
ObjC which resulted in the lost of many flags including the critical
-isysroot
2011-07-25 21:00:14 -05:00
Tor Lillqvist
cd67423913
Add Emacs mode lines and a few missing vim ones
2011-07-26 00:10:28 +03:00
Tor Lillqvist
bb2bc3e03a
Adapt to current gbuild conventions
2011-07-26 00:02:36 +03:00
Tor Lillqvist
40bebbb7de
Add NONE to gb_Library_COMPONENTPREFIXES
2011-07-25 20:52:40 +03:00
Rene Engelhard
ab86384f68
use python-x.y.pc if existing for setting PYTHON_{CFLAGS,LIBS}
2011-07-25 18:05:18 +02:00
Tor Lillqvist
0368ac2adb
Revert "no need for INPATH in WORKDIR anymore"
...
We do need to have the platform-specific part in WORKDIR, for
cross-compilation support.
This reverts commit 3c471c4a11fe58a6cd3dbf09099d9a1ecf60dd38.
2011-07-25 16:12:29 +03:00
Thomas Arnhold
6c2d2a98cb
update list
2011-07-25 15:10:43 +02:00
Jan Holesovsky
8645e7f6cd
Silence the zip check.
2011-07-25 13:30:32 +02:00
Jan Holesovsky
23960781be
Use --filesync instead of -FS as the zip option.
2011-07-25 13:24:09 +02:00
Jan Holesovsky
d78bb867f4
Make the zip error message less confusing.
...
[Report directly when checking for zip, not after checking for unzip.]
2011-07-25 13:16:22 +02:00
Bjoern Michaelsen
276ba69ad2
no need for INPATH in WORKDIR anymore
...
* this has been obsoleted with commit 22d9caecc978a5739ddd1430fd26abe06454726c
2011-07-25 12:54:51 +02:00
Caolán McNamara
fe826170a2
update list
2011-07-25 10:09:09 +01:00
Bjoern Michaelsen
722de1ae48
Package is no outdir target
2011-07-25 11:05:42 +02:00
Bjoern Michaelsen
c215f6bffb
remove duplicate assignment of WORKDIR, configure/set_soenv is enough
2011-07-25 11:05:41 +02:00
Andras Timar
ccf3e57453
typo fix in Calc description fdo#39483
2011-07-25 10:57:25 +02:00
David Tardon
785e1d9205
cppunit can be system
2011-07-25 10:34:22 +02:00
Tor Lillqvist
ca73c8e41b
Bin apparently leftover scaffolding
2011-07-25 01:03:33 +03:00
Tor Lillqvist
c5f297649c
Change *Env.Set.sh to Env.Host.sh
2011-07-25 01:02:17 +03:00
Tor Lillqvist
76a27e577e
Use fixed-name environment script and no source_soenv.sh
...
No longer call the script snippet LinuxX86Env.Set.sh,
MacOSXX86Env.Set.sh, etc, but always Env.Host.sh. No need for
source_soenv.sh then, which wouldn't have worked when cross-compiling
anyway.
(As before, when cross-compiling, the environment script snipppet for
the BUILD platform is called Env.Build.sh.)
2011-07-25 00:47:41 +03:00
Tor Lillqvist
15d5273c29
Bin pointless "nmake=dmake" alias, who needs that?
2011-07-25 00:27:11 +03:00
Norbert Thiebaud
ae70a17a6f
pixman-1 appears to be a static lib on MacOS when using internal one
2011-07-24 16:00:46 -05:00
Christian Lohmaier
d5ac53d4d4
change to internal python for Mac, raise minimum python version to 2.6
...
pyuno has been python3-ified. Only python 2.6 and later are
forward-compatible.
Mac OSX 10.4 comes with 2.3, Mac OSX 10.5 comes with 2.5 only
2011-07-24 22:46:37 +02:00
Jesús Corrius
70f21a62cd
Use the right *Env.Set.sh for normal Windows build
2011-07-24 22:30:28 +02:00
Tor Lillqvist
b633c4a5cd
We don't have any alias for gunzip in *Env.Set.sh, so don't unalias it
2011-07-24 22:31:29 +03:00
Bjoern Michaelsen
ae83b24660
Merge branch 'master' into feature/gnumake4
2011-07-24 19:22:58 +02:00
Joseph Powers
fb98a77bac
unusedcode.easy: Class SvtOptionsDrawinglayer cleanup
2011-07-24 06:45:41 -07:00
Joseph Powers
29553cdf4f
unusedcode.easy: Class SvtDocumentTemplateDialog cleanup
2011-07-24 06:19:42 -07:00
Tor Lillqvist
8abc7bb756
Add the CoreText framework
2011-07-24 13:33:02 +03:00
Joseph Powers
75de7a41f4
unusedcode.easy: AlphaMask
2011-07-23 08:02:24 -07:00
Joseph Powers
765d416a3d
unusedcode.easy: svxIconChoiceCtrl_Impl
...
Doing List cleanup, I ran into SaveSelection() and decided to delete it.
While I was in the class, I went ahead and cleanup them all up.
2011-07-23 07:18:05 -07:00
Bjoern Michaelsen
2819345cee
bump workdir up a few levels
2011-07-23 15:59:33 +02:00
Bjoern Michaelsen
d1a4b89ec7
keep gbuild calls consistent at now, even if it is a bit longer
2011-07-23 15:23:18 +02:00
Tor Lillqvist
122b347f9a
Sort, make consistent, and drop commented-out lines
2011-07-23 16:22:11 +03:00
Tor Lillqvist
b0e8dbabb1
Add the CoreGraphics framework
2011-07-23 14:31:35 +03:00
Bjoern Michaelsen
e59fbb0cb9
adaptions to dbaccess revert-to-master-gbuilidization
2011-07-23 10:17:18 +02:00
Tor Lillqvist
09ebe17fb3
Don't continue making cross-build-toolset if building one module fails
2011-07-23 10:33:30 +03:00