summaryrefslogtreecommitdiffstats
path: root/RepositoryExternal.mk
Commit message (Collapse)AuthorAgeFilesLines
* $(OUTDIR_FOR_BUILD) is wrongDavid Tardon2012-05-301-5/+5
| | | | Change-Id: I906696aa676ce50fd7214db5b7bb09b736e5faa6
* deliver all used mozilla headers into one dirDavid Tardon2012-05-301-21/+2
| | | | | | This is to avoid problems with too long command lines on Windows. Change-Id: Ifc99bedd37aea7619e002145d4acbb7ec2a14246
* really fix ldap lib. nameDavid Tardon2012-05-301-1/+7
| | | | Change-Id: If003a4283fb4d0f3edd127e77de6b812501fa65a
* fix ldap library nameDavid Tardon2012-05-301-1/+1
| | | | Change-Id: Id1294ab2232821eaa9ca5fb37b0f504c828b6f48
* no openssl library on WindowsMatúš Kukan2012-05-291-1/+2
| | | | Change-Id: I40df9611be87830e4938ee20a4e3be19767ddfad
* pq's name is different on WindowsMatúš Kukan2012-05-291-2/+2
| | | | Change-Id: I63731a1114edcf60a19083e6ceafaae1b402e716
* gbuildize shellDavid Tardon2012-05-291-37/+129
| | | | Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
* register external jars for apache-commons and jfreereportDavid Tardon2012-05-291-4/+137
|
* connectivity: convert tdeab to gbuildDavid Tardon2012-05-291-0/+15
| | | | Change-Id: I6653686ef251bdf64610ff9bab7e27e39acee799
* group external headers togetherMatúš Kukan2012-05-291-23/+38
|
* improve odbc headers handlingMatúš Kukan2012-05-291-0/+18
|
* remove useless function callDavid Tardon2012-05-291-3/+0
|
* connectivity: convert mozab (hopefully .-)David Tardon2012-05-291-0/+136
|
* connectivity: convert postgresql driverDavid Tardon2012-05-291-0/+53
|
* connectivity: convert hsqldbDavid Tardon2012-05-291-0/+20
|
* connectivity: convert evoab to gbuildPeter Foley2012-05-291-0/+11
|
* connectivity: convert kab to gbuildPeter Foley2012-05-291-0/+10
|
* bump libexttextcatCaolán McNamara2012-05-281-2/+2
| | | | Change-Id: I381a975bebfc805ef04dbf8c5b7df66314da8acb
* libs were renamed, but dylib_file hint for older XCode was missed.Christian Lohmaier2012-05-071-1/+1
|
* Allow usage of system rhino wrt fdo#42977Tomas Chvatal2012-05-061-0/+14
| | | | | | | | | | 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
* Build the redland libs statically for AndroidTor Lillqvist2012-04-201-0/+22
| | | | | They are only linked to libunordf anyway, so we reduce the number of shared libraries a bit this way.
* Build freetype and fontconfig statically for AndroidTor Lillqvist2012-04-201-0/+16
|
* this pixman-1 thing wasn't even registeredMichael Stahl2012-04-191-0/+6
|
* gb_LinkTarget_add_static_libs never existedMichael Stahl2012-04-191-1/+1
|
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-2/+2
|
* gbuildize internal zlibCaolán McNamara2012-04-131-2/+2
| | | | | 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
* np_sdk is used even with system mozilla headersLuboš Luňák2012-04-081-0/+1
| | | | See np_sdk/Package_inc.mk .
* extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl2012-04-081-0/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-46/+46
| | | | | | | | | 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)
* move clucene back to OOO layerDavid Tardon2012-04-071-1/+1
|
* add external for cluceneDavid Tardon2012-04-071-0/+33
|
* help XCode 2.5 resolve @loader_path/libfoo.dylibChristian Lohmaier2012-03-241-0/+6
|
* fix build with internal xpdfDavid Tardon2012-03-061-4/+23
|
* gbuildize sdextDavid Tardon2012-03-061-0/+34
|
* Creating a module lcms2Fridrich Štrba2012-03-021-0/+27
|
* merge feature/gbuild_javaDavid Tardon2012-02-171-0/+23
|\
| * gbuildize jvmfwkDavid Tardon2011-12-231-0/+23
| |
* | move this include path to RepositoryExternal.mkMatúš Kukan2012-02-101-0/+5
| |
* | gbuildify apple_remoteNorbert Thiebaud2012-02-051-0/+7
| |
* | Revert "gbuildify apple_remote" need to have soenv2 merged beforeNorbert Thiebaud2012-01-281-7/+0
| | | | | | | | | | This reverts commit 3d75a28274b2fb299c5a2ff5b017984054cac873. This will be pused again _after_ feature/soenv2 is merged
* | gbuildify apple_remoteNorbert Thiebaud2012-01-281-0/+7
| |
* | be consistent in include orderingCaolán McNamara2012-01-161-3/+3
| |
* | RepositoryExternal: add cmis, gio and neonMatúš Kukan2012-01-151-4/+82
| |
* | typo: missing \Matúš Kukan2012-01-121-1/+3
| |
* | trying to fix windows build: include proper npapi.hMatúš Kukan2012-01-121-2/+2
| |
* | tweak makefiles after np_sdk is in tail_buildMatúš Kukan2012-01-111-1/+0
| | | | | | | | Also change <npsdk/npapi.h> to "npapi.h"
* | Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-061-0/+22
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | extensions: move mozilla to RepositoryExternal.mkMichael Stahl2011-12-171-0/+22
| |/
* | register hunspell as static libraryMatúš Kukan2011-12-271-2/+6
| |
* | Repository: fix Windows name for internal libexttextcatMatúš Kukan2011-12-241-2/+2
|/