summaryrefslogtreecommitdiffstats
path: root/RepositoryFixes.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix i18npool build on Windows.Jan Holesovsky2011-08-191-1/+2
|
* Sort a block of lines that was almost sorted alreadyTor Lillqvist2011-08-181-4/+4
|
* fix typoCaolán McNamara2011-08-161-1/+1
|
* this seems to be the normal patternCaolán McNamara2011-08-161-2/+2
|
* get these names right for windows (I think)Caolán McNamara2011-08-161-2/+4
|
* convert xmlsecurity to gbuildMatúš Kukan2011-08-091-0/+2
|
* prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe2011-08-101-1/+1
|
* get sccomp to link under windowsCaolán McNamara2011-08-051-0/+1
|
* Add Emacs mode linesTor Lillqvist2011-08-021-0/+1
|
* Remove superfluous empty lineTor Lillqvist2011-07-261-4/+3
| | | | | | | | | The comment for gb_Library_ILIBFILENAMES in the WNTGCC case doesn't make much sense for us, though, as I think we want to support WNTGCC only for cross-compilation, and thus we don't have access to the PSDK ("Platform" SDK, with which they mean the Windows SDK). I don't see any point in using MinGW natively on Windows to build LibreOffice. If you build locally, use MSVC.
* resyncing to masterBjoern Michaelsen2011-07-211-22/+30
|\
| * Bin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMESTor Lillqvist2011-07-151-5/+1
| |
| * The graphite2 library gets built statically with WNTGCC at leastTor Lillqvist2011-07-151-0/+1
| |
| * Factor out the oldnames/moldname difference between WNTMSC and WNTGCCTor Lillqvist2011-07-141-1/+5
| |
| * Add more libs that semi-unintentionally get built statically for AndroidTor Lillqvist2011-07-051-0/+2
| |
| * Some libraries get built as static archives for AndroidTor Lillqvist2011-07-041-0/+9
| | | | | | | | | | | | We haven't bothered fixing their configury to recognize that shared libraries can be built for the platform. So for them use the .a names in gb_Library_FILENAMES for Android.
| * get cairo import lib name right for windowsCaolán McNamara2011-07-041-2/+1
| |
| * make cairo an unconditional requirement for text renderingCaolán McNamara2011-06-301-0/+6
| |
| * gbuild changes for MinGW cross-compilationTor Lillqvist2011-06-211-20/+9
| | | | | | | | | | | | Intermediate commit. But now at least comphelper will build successfully. In the build order, comphelper is the first gbuildified module where C++ code is compiled and linked .
| * Use the slightly different library names for MinGW, tooTor Lillqvist2011-06-181-1/+7
| |
| * Avoid duplicationTor Lillqvist2011-06-181-11/+1
| |
* | gnumake4: fix buildbreakers from mergeBjoern Michaelsen2011-06-201-29/+1
| |
* | Merge branch 'master' into feature/gnumake4Bjoern Michaelsen2011-06-191-36/+29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Repository.mk RepositoryFixes.mk configure configure.in set_soenv.in solenv/config/sdev300.ini solenv/gbuild/ComponentTarget.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/CustomTarget.mk solenv/gbuild/Deliver.mk solenv/gbuild/Executable.mk solenv/gbuild/JavaClassSet.mk solenv/gbuild/Library.mk solenv/gbuild/LinkTarget.mk solenv/gbuild/StaticLibrary.mk solenv/gbuild/TargetLocations.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/linux.mk solenv/gbuild/platform/macosx.mk solenv/gbuild/platform/solaris.mk solenv/gbuild/platform/windows.mk solenv/gbuild/platform/winmingw.mk solenv/gbuild/templates/Executable.mk solenv/gbuild/templates/Library.mk solenv/inc/libs.mk solenv/inc/unxobsd.mk
| * Add IOS to those OSes for which we use the "creative" library namesTor Lillqvist2011-06-131-1/+1
| |
| * Add AndroidTor Lillqvist2011-06-111-1/+1
| |
| * Add the Win32 "version" libraryTor Lillqvist2011-05-301-0/+1
| |