summaryrefslogtreecommitdiff
path: root/libwpd/ExternalProject_libwpd.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl1-1/+1
... now that everything is consistent. Change-Id: I96c15159648815554280202eb1b6d274ead4e7b8
2013-05-07lib*: consistently name all UnpackedTarball and ExternalProjectMichael Stahl1-1/+1
Change-Id: I4d11dc634c4f93ffcdc7e1f359e5d6a0d001aaae
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl1-3/+1
It must always be used exactly once, so replace it with constructor parameter. Change-Id: Ifbe87065c19a5185a5705dc461656179002ece5d
2013-03-16move libwpd to gcc-wrapperPeter Foley1-22/+2
Change-Id: I4ebe006d0e8850d7229de7a59e424fa819ca7700
2013-02-22quiet external module build log unless failureNorbert Thiebaud1-21/+21
ExternalProject usually involve a configure and a make step that produce a bunch of output usually irrelevant including a large number of warning and other mess. now that everything is pretty much in tail_build these output get interleaved with useful output from the build of the product and actually drown them in a logorrhea of messy noise. This store the output of external modules in a log file and only print them as a whole if the module failed do build. on a non-verbose build. Change-Id: I3abfcccd6d16821a9e061a71e031b427cc283647 Reviewed-on: https://gerrit.libreoffice.org/2304 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-12-19One more /p:VisualStudioVersion=11.0Tor Lillqvist1-1/+1
Change-Id: I46f3bb4af352a3df2582003f1c5f0f4069afb93e
2012-11-19Use gb_VISIBILITY_FLAGSTor Lillqvist1-1/+2
Change-Id: I8ff9bb01bef265af70390ae94b762930689aa1ba
2012-10-30fix parallelism variables and let's have only --with-parallelism from now onMatúš Kukan1-1/+1
Rationale: - it is advised to use max-jobs and num-cpus with the same value in wiki - max-jobs was used only for lcms2 and few gbuild modules outside of tail_build anyway. Also fixes: - really use CHECK_PARALLELISM when meant to - EXTMAXPROCESS is not defined in gbuild; use parent's jobservers in sub-make where possible Change-Id: I501de732d223ce0c935081bd1d73da611d16ee88 Reviewed-on: https://gerrit.libreoffice.org/930 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2012-10-07Fix libwpd with VS2010Fridrich Štrba1-1/+1
Change-Id: I058d673552280616adaaf1b71036ee89ba34bb13
2012-10-07fix libwpd for vs90Peter Foley1-2/+2
Change-Id: Ia8a21cd512ac425207eb31a194db9f4c9b10fee4
2012-10-07fix libwpd with VS2012Peter Foley1-1/+12
Change-Id: I2df9ab344bb2a934f6408a394280c01563d0c9b8
2012-09-24Trying to consolidate the libwpd moduleFridrich Štrba1-0/+43
Change-Id: I3ce8cd24eee7f2256f2a4b1d1220562a84bf5fac