summaryrefslogtreecommitdiffstats
path: root/RepositoryFixes.mk
Commit message (Collapse)AuthorAgeFilesLines
* let's have only one orcus library in solverMatúš Kukan2012-11-151-2/+0
| | | | Change-Id: Ida46affca95fcd582206d79ff7a5b4d48ed92e12
* graphite: convert to gbuildMatúš Kukan2012-10-251-3/+0
| | | | Change-Id: I47c279d1cf53ef2c092467070d97b13f949d06f6
* mozilla import libraries have no "i" prefixMichael Stahl2012-10-221-0/+2
| | | | | | ... how the heck did that ever work? Change-Id: Idfaf4d617f48427b144837ea44bee49ae8e3f0ff
* convert librsvg to gbuildPeter Foley2012-10-121-0/+7
| | | | Change-Id: I1f84f85abc4e2db3679e64d34671458779ca97fa
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-5/+1
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* this belongs to RepositoryFixesMatúš Kukan2012-09-261-0/+1
| | | | Change-Id: I37af685c39606f9bee173d81f6a4d5f0dd63af7e
* rename orcus lib on mingw to fix buildDavid Tardon2012-09-111-0/+1
| | | | Change-Id: I5d58db337c056d4cea7e3b493e3653ef929e7bca
* Keep lexicographical sorting intactStephan Bergmann2012-09-101-2/+2
| | | | Change-Id: I943f2bb9703e18e456f2b53a399f590d76beb9b0
* libxslt: mangle exslt library name for WNTMichael Stahl2012-09-101-0/+2
| | | | Change-Id: I15869eb6e2d0f3ced2654a344a9fff041a092fbe
* fix libpng name for WindowsMatúš Kukan2012-09-091-0/+1
| | | | Change-Id: Idb0e3892ab2f3c1712f98fb9a1d4e4745686f202
* Missing ismime3.lib on WindowsStephan Bergmann2012-08-131-0/+1
| | | | Change-Id: I289a4da4473d58736ecdf3846864ccde9a1a03d1
* LanguageTag Windows buildEike Rathke2012-08-061-0/+3
|
* Fix pyuno.so name on Mac OS XStephan Bergmann2012-06-151-2/+2
| | | | | | | | ...which also needs a change to the logic that symlinks *.jnilib to *.dylib, as that would have symlinked pyuno.so onto itself (as it contains no .dylib). (And while we are at that, anyway, also only store relative paths in the symlinks.) Change-Id: I6f3e9effc4d185df935795958cc84e60e862a424
* gbuild migration: pyuno moduleDavid Ostrovsky2012-06-141-0/+12
| | | | Change-Id: I7f923a5622214f7540a789bcdd93bf6fd1d166db
* register reg and store the same way as jvmfwkMatúš Kukan2012-05-061-0/+2
| | | | Change-Id: I054d9ac210051d42b47188489d2d67fbbd3ed0e9
* sigh, need a 64bit zlib too on windows, revertingCaolán McNamara2012-04-131-3/+3
|
* setup/teardown default component context once before/after all testsCaolán McNamara2012-04-131-0/+1
| | | | | | | | | | | | | avoids the problems of dangling uno singletons invalidated after the first dispose and the chain of other singletons that don't expect to need to re-initialize, etc. reenable editeng cppunit test inherit i18npool cppunit test from unotest base drop LibreOfficeProtector, do "throwable" work in setUp/tearDown not in ctors/dtors
* gbuildize internal zlibCaolán McNamara2012-04-131-3/+3
| | | | | 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
* no i prefix for lcms2.libMatúš Kukan2012-03-101-1/+2
|
* Change my mind again: Do build a subset sb library even for DISABLE_SCRIPTINGTor Lillqvist2012-03-051-1/+0
| | | | The tables functionality in Writer documents need SbxValue.
* Revert "Build libsb with a few dummy classes also for --disable-scripting"Tor Lillqvist2012-03-051-0/+1
| | | | | | | Nah, these dummy classes would turn out quite complex anyway. Better to just use ifdefs elsewhere, the number required is not that large. This reverts commit 6d33801b4498f5c13d2dc75588f88c22a11f455b.
* Build libsb with a few dummy classes also for --disable-scriptingTor Lillqvist2012-03-011-1/+0
| | | | | | | | Work in progress, the dummy class implementations surely still incomplete and/or might contain methods not actually needed. More dummy class implementations needed, hopefully not too many though. Will add also a few ifdefs for DISABLE_SCRIPTING in some key places in sc and elsewhere to cut down on the need.
* s/interpreters/scripting/Tor Lillqvist2012-02-271-1/+1
|
* Decouple disabling of scripting (BASIC &co) from OS being iOSTor Lillqvist2012-02-271-1/+1
|
* More --disable-database-connectivity work, still experimentalTor Lillqvist2012-02-211-0/+4
|
* Shared libraries must in practice be called lib*.so on AndroidTor Lillqvist2012-02-201-0/+2
| | | | | | Otherwise the package creating code (part of the SDK) won't include them and/or the package installation code (on the OS itself) won't unpack them. (They just silently skip the file.)
* unotest: convert to gbuildMatúš Kukan2012-02-101-0/+1
|
* For iOS, filter out the sb and vbahelper libs that we don't buildTor Lillqvist2012-01-271-0/+7
|
* ucb: convert to gbuildMatúš Kukan2012-01-151-4/+0
|
* Merge branch 'feature/gbuild_extensions'Michael Stahl2012-01-061-0/+2
|\ | | | | | | | | | | | | | | | | 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-4/+8
| |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Module_tail_build.mk Repository.mk extensions/util/makefile.pmk postprocess/prj/build.lst svx/AllLangResTarget_svx.mk
| * | extensions: convert nsplugin to gbuildPeter Foley2011-12-171-0/+2
| | |
* | | Repository: fix Windows name for internal libexttextcatMatúš Kukan2011-12-241-1/+1
| |/ |/|
* | Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist2011-12-201-4/+0
| |
* | fix names of libraries for MinGW, also remove onlinecheck.dllMatúš Kukan2011-12-191-0/+3
| |
* | sal: convert to gbuildMatúš Kukan2011-12-191-0/+1
| |
* | cppu: convert to gbuildMatúš Kukan2011-12-191-0/+4
|/ | | | | Because of unit tests is here custom target where are idl files processed.
* add libexttextcat to external libsMatúš Kukan2011-12-131-0/+1
|
* clean-up ghost traces of unicowNorbert Thiebaud2011-09-301-2/+1
|
* Android now builds up to instsetoo_nativeThorsten Behrens2011-09-281-11/+0
| | | | | | Last fixes - remove kludge from RepositoryFixes.mk, have redland build w/o threads for the while, and some hackery to exclude pointless code like oosplash from android build.
* Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky2011-09-201-4/+0
|
* windows berkleydb libname fixupCaolán McNamara2011-09-191-0/+1
|
* Repository.mk: fix conflicing filterconfig changesMichael Stahl2011-09-151-2/+0
|
* gbuildize desktopDavid Tardon2011-09-151-0/+6
|
* use correct static lib. name for windowsDavid Tardon2011-09-151-1/+1
|
* gbuildize automationDavid Tardon2011-09-151-0/+4
|
* Clean, sort and change RepositoryFixes a little.Matúš Kukan2011-08-261-49/+14
|
* convert package to gbuildMatúš Kukan2011-08-261-0/+1
|
* fix windows xmlsecurity linkCaolán McNamara2011-08-231-2/+3
|
* no reason for changing name of cui library on windowsMatúš Kukan2011-08-201-1/+0
|