summaryrefslogtreecommitdiffstats
path: root/postprocess/prj
Commit message (Collapse)AuthorAgeFilesLines
* convert odk to gbuild and add to tail_buildPeter Foley2013-02-231-1/+1
| | | | | | | Change-Id: I8e8de7f2bb87cce7916c7c2df24c1b0ddaea55c0 Reviewed-on: https://gerrit.libreoffice.org/2288 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* convert sysui to gbuild and add to tail_buildPeter Foley2013-02-171-1/+1
| | | | | | | | Change-Id: Ia32e51f0d95e001bcf07766f6340398e0ab1bf6a Reviewed-on: https://gerrit.libreoffice.org/2192 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* convert setup_native to gbuild and add to tail_buildPeter Foley2013-02-091-1/+1
| | | | | | | Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
* convert mysqlc to gbuild and add to tail_buildPeter Foley2013-01-281-1/+1
| | | | | | | Change-Id: Ia64bc884ed04a5d5652fb743f543a39e6b6bbcf2 Reviewed-on: https://gerrit.libreoffice.org/1901 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* convert crashrep to gbuild and add to tail_buildPeter Foley2013-01-221-1/+1
| | | | Change-Id: I90cf6c2c5fb806855b7e4fec18c890f7bd2ff6b5
* Remove --with-stlport from LO 4.0Stephan Bergmann2012-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The STLport was only built for the benefit of old extensions on platforms that once used it themselves (Linux x86, Solaris x86 and SPARC, Windows). We deliberately break such old extensions for LO 4.0 by no longer shipping that backwards-compatiblity cludge. Keeps STLport listed in readlicense_oo/ because of o3tl/inc/o3tl/compat_functionality.hxx. Also removes GXX_INCLUDE_PATH, as that was only used by STLport (if at all?). Removes a spurious #define MOVEFILE_REPLACE_EXISTING 0x01 from l10ntools/inc/helpmerge.hxx that was once added with 854812584862d0609b695682d2bfea2667d75c00 "INTEGRATION: CWS extensionl10nfix01 (1.11.6); FILE MERGED: 2008/06/26 13:56:03 ihi 1.11.6.1: #i90987# windows rename -> MoveFileEx" but now starts to cause trouble on Windows. Also disables warning C4005 about redefinition of WB_LEFT/RIGHT macros (defined in both tools/wintypes.hxx and the Windows API) in a number of places that include windows.h -- however the old STLport caused those warnings to not show. Change-Id: Ie138a219fbbc86fb5aaa7ea0b88cf349935d9829
* postprocess: convert to gbuildMatúš Kukan2012-12-153-13/+1
| | | | | | | Change-Id: I6c81fa0f1b8d7273541d5d9883b5fc96a5091bbd Reviewed-on: https://gerrit.libreoffice.org/1080 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* binfilter.die.die.dieNorbert Thiebaud2012-11-091-1/+1
| | | | | | | Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* put .ui translations into the langpacksCaolán McNamara2012-11-081-1/+1
| | | | | | and drop .ui suffix from the translation files Change-Id: I01e0e2f17c97584230b8da4ee0dd08a0444d77fd
* epm: convert to gbuildMatúš Kukan2012-10-281-1/+1
| | | | Change-Id: I1548f3b9339163a7abab637acad620b50cfc3a26
* add languagetool to tail_buildMatúš Kukan2012-10-281-1/+1
| | | | Change-Id: Id42c86bc5e6deaaa3215beefcf06474b5049e6e3
* add ct2n to tail_buildPeter Foley2012-10-231-1/+1
| | | | Change-Id: Idc46fff0e019e114d67600fcf8ce4b46e791c100
* convert librsvg to gbuildPeter Foley2012-10-121-1/+1
| | | | Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa
* Kill rebasing all together - little advantage for a lot of hassleFridrich Štrba2012-10-091-4/+3
| | | | Change-Id: I3bcf920d4c57ff05079033ab1715b61c14b86fd5
* gbuildification of more_fontsNorbert Thiebaud2012-09-231-1/+1
| | | | Change-Id: Ifae1342ee0af447cb08a24e0804f6e42ae826a2a
* add extras to tail_buildDavid Tardon2012-08-241-1/+1
| | | | Change-Id: I3143c987ed07f2d0033cbcb4fe637d095339807e
* another build integrating solution for androidMatúš Kukan2012-08-221-1/+1
| | | | | | | | | ..since it also needs stuff from postprocess. In qa/desktop/Makefile, images_tango.zip is used. If that's not needed, the module can be placed between postprocess and packimages for now. Change-Id: I9951cce0c8da0fc75fd8a7b1246f4083bd38f705
* New attempt to have the "android" module built at a suitable timeTor Lillqvist2012-08-221-1/+1
| | | | | | | | Yes, I know that eventually what now is known as "tail_build" will be all there is left. So by that time, by definition nothing can be built "after tail_build". Will have to handle that then. Change-Id: I47d228ca7156520db10630861ce52b015a7a169c
* add dictionaries to tail_buildDavid Tardon2012-08-091-1/+1
| | | | Change-Id: If898ad805a1530d201650429b988c2866fb62512
* move sysui to postprocessDavid Tardon2012-07-171-1/+1
| | | | | | | | | | The only thing that sysui exports that is used by another package are application icons, used in desktop (windows build only). But since gbuildification of desktop they are included directly from $(SRCDIR)/sysui/desktop/icons instead of $(OUTDIR)/inc/icons, so the dependency is no longer necessary. Change-Id: I6fa3153d3793e785c1ed602c3e67c86cead2bae2
* move ulfconv to l10ntoolsDavid Tardon2012-07-171-1/+1
| | | | | | This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
* move testtools to tail_buildDavid Tardon2012-07-031-1/+1
| | | | Change-Id: I7dfd5b1f059f7f254a28d2d627365a0b650e33d1
* pyuno is in tail_buildDavid Tardon2012-07-031-1/+1
| | | | Change-Id: I00c34b552aa1773c21accd9a22a13969e993e2d4
* move embedserv to tail_buildDavid Tardon2012-05-291-1/+1
| | | | Change-Id: Ieea814347e3c895c39a3dfc3312d6b1a735f4d68
* move nlpsolver to tail_buildDavid Tardon2012-05-291-1/+1
| | | | Change-Id: Ib1af41063f2062efc9392c81f94d95b99060cc82
* move scp2 to tail_buildDavid Tardon2012-05-291-1/+1
| | | | Change-Id: Ib1e954f51908df67d05a86189b864bf7064e59d3
* move reportbuilder to tail_buildDavid Tardon2012-05-291-1/+1
|
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-0/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* move unodevtools to tail_buildDavid Tardon2012-04-191-1/+1
|
* Kill this.Jan Holesovsky2012-04-061-12/+0
|
* add sdext to tail_buildDavid Tardon2012-03-062-1/+13
|
* move embeddedobj to tail_buildDavid Tardon2012-03-021-1/+1
|
* gbuild'ize smoketest(oo_native) and merge themMatúš Kukan2012-02-191-1/+1
| | | | Add smoketest to tail_build and make it a subsequentcheck target.
* Let's skip scp2 for non-desktop OSes for nowTor Lillqvist2012-01-251-1/+1
|
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-061-1/+1
|\ | | | | | | | | | | | | | | | | 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
| * Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley2011-12-241-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
| * | add dtrans to tail_buildPeter Foley2011-12-201-1/+1
| | |
| * | add scaddins to tail_buildPeter Foley2011-12-201-1/+1
| | |
| * | extensions: add to tail_buildPeter Foley2011-12-181-1/+1
| | |
* | | move UnoControls to tail_buildDavid Tardon2011-12-251-1/+1
| | |
* | | remove pre-req from postprocess that are already pulled by tail_buildNorbert Thiebaud2011-12-251-1/+1
| |/ |/|
* | move psprint_config to tail_buildDavid Tardon2011-12-231-1/+1
| |
* | move dtrans to tail_buildDavid Tardon2011-12-231-1/+1
| |
* | move scaddins to tail_buildDavid Tardon2011-12-231-1/+1
| |
* | move accessibility to tail_buildDavid Tardon2011-12-231-1/+1
| |
* | Revert "Move configmgr to tail_build."Stephan Bergmann2011-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | ...it is not yet ready for that. This reverts commit f3acd83c1c406f6527d05b0a52a2bef03557e2e1. Conflicts: tail_build/prj/build.lst
* | Move configmgr to tail_build.Stephan Bergmann2011-12-161-1/+1
|/
* add lingucomponent to tail_buildMatúš Kukan2011-12-131-1/+1
|
* split smoketest module to fix buildPetr Mladek2011-12-021-1/+1
| | | | | | + move the library and other build stuff to a new "smoketest" module + keep "smoketestoo_native" only for installing and running the tests + restore the targets in top level make
* create installation set for testsPetr Mladek2011-12-011-1/+1
| | | | | | | + it currently includes just the smoketest and is available only for Linux + the side effect is that it builds the smoketest before instsetoo_native + it runs it only during dev-install when the variable RUN_SMOKETEST == YES