557 Commits

Author SHA1 Message Date
David Tardon
5ed1723390 add configure check for date_time lib
Change-Id: Ie04e4860363dd3db7c363408c6c8c9e80d9315c0
2012-06-05 11:31:07 +02:00
Bjoern Michaelsen
d45c4112b1 oh yes, we need some date_time implementation
Change-Id: I7f88382a8244799c293f23555243d381ea793685
2012-06-05 10:09:23 +02:00
Cédric Bosdonnat
12d193df23 libcmis: updated to 0.2.0
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
2012-06-04 13:28:12 +02:00
Matúš Kukan
8f6510b31f np_sdk: separate system and internal headers
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
2012-06-02 23:38:01 +02:00
David Tardon
764fc4857e $(OUTDIR_FOR_BUILD) is wrong
Change-Id: I906696aa676ce50fd7214db5b7bb09b736e5faa6
2012-05-30 14:56:00 +02:00
David Tardon
fb97224c94 deliver all used mozilla headers into one dir
This is to avoid problems with too long command lines on Windows.

Change-Id: Ifc99bedd37aea7619e002145d4acbb7ec2a14246
2012-05-30 14:56:00 +02:00
David Tardon
8af6aa628b really fix ldap lib. name
Change-Id: If003a4283fb4d0f3edd127e77de6b812501fa65a
2012-05-30 12:09:31 +02:00
David Tardon
9ba256eac5 fix ldap library name
Change-Id: Id1294ab2232821eaa9ca5fb37b0f504c828b6f48
2012-05-30 10:20:46 +02:00
Matúš Kukan
5e32d1570f no openssl library on Windows
Change-Id: I40df9611be87830e4938ee20a4e3be19767ddfad
2012-05-29 07:35:59 +02:00
Matúš Kukan
a153924d50 pq's name is different on Windows
Change-Id: I63731a1114edcf60a19083e6ceafaae1b402e716
2012-05-29 07:35:56 +02:00
David Tardon
d4efa8b0cf gbuildize shell
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-29 07:33:44 +02:00
David Tardon
9b530e1a1e register external jars for apache-commons and jfreereport 2012-05-29 07:24:55 +02:00
David Tardon
aa99f07604 connectivity: convert tdeab to gbuild
Change-Id: I6653686ef251bdf64610ff9bab7e27e39acee799
2012-05-29 07:24:52 +02:00
Matúš Kukan
8e535df765 group external headers together 2012-05-29 07:24:43 +02:00
Matúš Kukan
5eff0b6c58 improve odbc headers handling 2012-05-29 07:24:42 +02:00
David Tardon
a6d121c60f remove useless function call 2012-05-29 07:24:39 +02:00
David Tardon
c678a4cbf2 connectivity: convert mozab (hopefully .-) 2012-05-29 07:24:38 +02:00
David Tardon
8bc7afbf5f connectivity: convert postgresql driver 2012-05-29 07:24:37 +02:00
David Tardon
579f52d41e connectivity: convert hsqldb 2012-05-29 07:24:36 +02:00
Peter Foley
6440284921 connectivity: convert evoab to gbuild 2012-05-29 07:24:29 +02:00
Peter Foley
07d512eff1 connectivity: convert kab to gbuild 2012-05-29 07:24:29 +02:00
Caolán McNamara
578b7df376 bump libexttextcat
Change-Id: I381a975bebfc805ef04dbf8c5b7df66314da8acb
2012-05-28 13:03:02 +01:00
Christian Lohmaier
071e5ae9be libs were renamed, but dylib_file hint for older XCode was missed. 2012-05-07 01:09:01 +02:00
Tomas Chvatal
32af02b32f Allow usage of system rhino wrt fdo#42977
It is done the same way the beanshell is handled.
Currently it can't be enabled by default as internal version has
patched-in debug interface.
We can choose two paths, rewrite the code to the new rhino debug
interface or just strip the current one out.

Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
2012-05-06 12:52:55 +02:00
Tor Lillqvist
9a42ca7104 Build the redland libs statically for Android
They are only linked to libunordf anyway, so we reduce the number of
shared libraries a bit this way.
2012-04-20 00:57:24 +03:00
Tor Lillqvist
0d1c24e5f6 Build freetype and fontconfig statically for Android 2012-04-20 00:57:24 +03:00
Michael Stahl
a34f98bdac this pixman-1 thing wasn't even registered 2012-04-19 16:52:39 +02:00
Michael Stahl
6cd7aa59a8 gb_LinkTarget_add_static_libs never existed 2012-04-19 16:21:42 +02:00
Caolán McNamara
3934efe28c sigh, need a 64bit zlib too on windows, reverting 2012-04-13 14:06:55 +01:00
Caolán McNamara
452af5f452 gbuildize internal zlib
and stick headers into the solver in the same hierarchy as is "standard"
so we don't have to patch so much, similiarly rename to libz
2012-04-13 13:15:25 +01:00
Luboš Luňák
5c3c72929c np_sdk is used even with system mozilla headers
See np_sdk/Package_inc.mk .
2012-04-08 18:36:42 +02:00
Michael Stahl
449582407a extensions: add np_sdk_inc to mozilla_headers external 2012-04-08 01:05:53 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
David Tardon
735c529277 move clucene back to OOO layer 2012-04-07 17:16:30 +02:00
David Tardon
22c60cbbfb add external for clucene 2012-04-07 16:18:25 +02:00
Christian Lohmaier
2d3c700725 help XCode 2.5 resolve @loader_path/libfoo.dylib 2012-03-24 03:55:35 +01:00
David Tardon
548b61a2a0 fix build with internal xpdf 2012-03-06 10:27:25 +01:00
David Tardon
dba2d32d5b gbuildize sdext 2012-03-06 10:26:33 +01:00
Fridrich Štrba
8a0a25dba0 Creating a module lcms2 2012-03-02 10:16:30 +01:00
David Tardon
096f2b849c merge feature/gbuild_java 2012-02-17 08:34:22 +01:00
Matúš Kukan
e8a28be0dd move this include path to RepositoryExternal.mk 2012-02-10 21:41:44 +01:00
Norbert Thiebaud
fbbcc07ff4 gbuildify apple_remote 2012-02-05 19:34:07 -06:00
Norbert Thiebaud
bec18a80f5 Revert "gbuildify apple_remote" need to have soenv2 merged before
This reverts commit 3d75a28274b2fb299c5a2ff5b017984054cac873.
This will be pused again _after_ feature/soenv2 is merged
2012-01-28 18:29:49 -06:00
Norbert Thiebaud
3d75a28274 gbuildify apple_remote 2012-01-28 18:10:31 -06:00
Caolán McNamara
1ac9ccfbb6 be consistent in include ordering 2012-01-16 10:21:56 +00:00
Matúš Kukan
464b433c5f RepositoryExternal: add cmis, gio and neon 2012-01-15 16:11:31 +01:00
Matúš Kukan
66458f367a typo: missing \ 2012-01-12 08:53:29 +01:00
Matúš Kukan
6b951e8274 trying to fix windows build: include proper npapi.h 2012-01-12 08:25:35 +01:00
Matúš Kukan
134803653f tweak makefiles after np_sdk is in tail_build
Also change <npsdk/npapi.h> to "npapi.h"
2012-01-11 20:20:17 +01:00
Michael Stahl
23dd856d3c Merge branch 'feature/gbuild_extensions'
Conflicts:
	extensions/source/ole/servreg.cxx
	extensions/source/plugin/util/makefile.mk
	postprocess/packcomponents/makefile.mk
	postprocess/prj/build.lst
	tail_build/prj/build.lst
2012-01-06 21:09:13 +01:00