summaryrefslogtreecommitdiff
path: root/RepositoryModule_ooo.mk
AgeCommit message (Collapse)Author
2012-06-02add missing registry moduleMatúš Kukan
Change-Id: I4dfc5f6fced60f884b67e9bdca2f66d32cc835cb
2012-06-01Remove duplicate xmlsecurity entryStephan Bergmann
Change-Id: I700ba0d843f1ddd15f440826baa5f81285acabee
2012-06-01add missing backslashDavid Tardon
Change-Id: Ie27c08bc2f94086b87b05a9846ce8a39982da07c
2012-06-01remotebridges is converted tooDavid Tardon
Change-Id: Iec0feb10d3de2f4c740fb857cb9fa145437740f2
2012-06-01keep the list in alphabetical orderDavid Tardon
Change-Id: Ie1bcbe4fb1a67649b99b8f94625b74e51bb64306
2012-06-01add missing modulesDavid Tardon
Change-Id: I1ae167e5e6bcdc9ced4bf6808ae6b8a9237b4710
2012-05-29gbuildize reportbuilderDavid Tardon
2012-05-29connectivity: convert headers to gbuildPeter Foley
2012-04-14gbuild conversion: unodevtools moduleDavid Ostrovsky
2012-04-14gbuild conversion: codemaker moduleDavid Ostrovsky
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13needs to be the dir name not the output lib nameCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
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-13gbuild conversion: idlc moduleDavid Ostrovsky
2012-04-08gbuild conversion: rdbmaker moduleDavid Ostrovsky
dmake stuff removed
2012-04-01merge origin/masterDavid Tardon
2012-03-12gbuildize stocDavid Tardon
2012-03-10embedserv: convert to gbuildMatúš Kukan
2012-03-06add sdext to gbuildified modules listDavid Tardon
2012-03-02remove translations from hereMatúš Kukan
2012-03-02translations converted to gbuildMatúš Kukan
2012-03-01embeddedobj: convert to gbuildMatúš Kukan
2012-02-19gbuild'ize smoketest(oo_native) and merge themMatúš Kukan
Add smoketest to tail_build and make it a subsequentcheck target.
2012-02-17first cut at building an internal cluceneCaolán McNamara
2012-02-17merge feature/gbuild_javaDavid Tardon
2012-02-10add missing modulesMatúš Kukan
2012-02-10unotest: convert to gbuildMatúš Kukan
2012-01-15ucb: convert to gbuildMatúš Kukan
2012-01-11np_sdk: convert to gbuild and add to tail_buildMatúš Kukan
2012-01-10RepositoryModule_ooo.mk: add cppuhelperMichael Stahl
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
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
2011-12-30build qadevOOo only if SOLAR_JAVA and OOO_JUNIT_JAR are setRene Engelhard
2011-12-27fpicker: convert to gbuildMatúš Kukan
2011-12-26gbuildize ureDavid Tardon
2011-12-25gbuildize UnoControlsDavid Tardon
2011-12-24gbuildize jvmfwk, part 2: finish & clean upDavid Tardon
2011-12-24gbuildize javaunohelperDavid Tardon
2011-12-24gbuildize unoilDavid Tardon
2011-12-24gbuildize jurtDavid Tardon
2011-12-24gbuildize jvmaccessDavid Tardon
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
2011-12-23Merge remote-tracking branch 'origin/master' into feature/gbuild_javaDavid Tardon
2011-12-23gbuildize accessibilityDavid Tardon
2011-12-23gbuildize ridljarDavid Tardon
2011-12-19sal: convert to gbuildMatúš Kukan
2011-12-19cppu: convert to gbuildMatúš Kukan
Because of unit tests is here custom target where are idl files processed.
2011-12-18extensions: remove obsolete dmake stuffPeter Foley
2011-12-15convert salhelper to gbuildMatúš Kukan
This is a cherry-pick of Matúš's e2f30c078fcf26d481c2e90398b450f6c475a483 from the feature/gbuild branch, with the following modifications by Stephan Bergmann <sbergman@redhat.com>: * Adapt salhelper/Makefile to what all those Makefiles currently need to look like. * Do not remove salhelper/source/gcc3.map, instead add directly into it what otherwise solenv/bin/addsym.awk would add to it on Linux. * In salhelper/Library_salhelper.mk, add code that on Linux takes care of the soname and symbol versioning required for backwards compatibility. Solaris would need those features too, and its backwards compatibility is thus currently broken. Also add a bad hack to create the soname symlink (xxx.3 -> xxx) in the solver needed on non-Windows platforms (it is a bad hack for now in that it e.g. is not removed by "make clean"). * In solenv/gbuild/platform/macosx.mk, add an even worse hack to set the correct install name for libuno_salhelpergcc3.dylib.3, with a trailing ".3".
2011-12-14Yet another file to adapt post module gbuildification...Stephan Bergmann
2011-12-13convert lingucomponent to gbuildMatúš Kukan