summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
AgeCommit message (Collapse)Author
2012-02-10unotest: convert to gbuildMatúš Kukan
2012-01-27For iOS, filter out the sb and vbahelper libs that we don't buildTor Lillqvist
2012-01-15ucb: convert to gbuildMatúš Kukan
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-24Repository: fix Windows name for internal libexttextcatMatúš Kukan
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-20Abandon attempt to use the debug CRT in a dbgutil buildTor Lillqvist
2011-12-19fix names of libraries for MinGW, also remove onlinecheck.dllMatúš Kukan
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-17extensions: convert nsplugin to gbuildPeter Foley
2011-12-13add libexttextcat to external libsMatúš Kukan
2011-09-30clean-up ghost traces of unicowNorbert Thiebaud
2011-09-28Android now builds up to instsetoo_nativeThorsten Behrens
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.
2011-09-20Kill the explicit linking to salmain.o, use vclmain instead.Jan Holesovsky
2011-09-19windows berkleydb libname fixupCaolán McNamara
2011-09-15Repository.mk: fix conflicing filterconfig changesMichael Stahl
2011-09-15gbuildize desktopDavid Tardon
2011-09-15use correct static lib. name for windowsDavid Tardon
2011-09-15gbuildize automationDavid Tardon
2011-08-26Clean, sort and change RepositoryFixes a little.Matúš Kukan
2011-08-26convert package to gbuildMatúš Kukan
2011-08-23fix windows xmlsecurity linkCaolán McNamara
2011-08-20no reason for changing name of cui library on windowsMatúš Kukan
2011-08-19Fix i18npool build on Windows.Jan Holesovsky
2011-08-18Sort a block of lines that was almost sorted alreadyTor Lillqvist
2011-08-16fix typoCaolán McNamara
2011-08-16this seems to be the normal patternCaolán McNamara
2011-08-16get these names right for windows (I think)Caolán McNamara
2011-08-09convert xmlsecurity to gbuildMatúš Kukan
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-08-05get sccomp to link under windowsCaolán McNamara
2011-08-02Add Emacs mode linesTor Lillqvist
2011-07-26Remove superfluous empty lineTor Lillqvist
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.
2011-07-21resyncing to masterBjoern Michaelsen
2011-07-15Bin OLDNAMESLIB which duplicates the existing gb_Library_win32_OLDNAMESTor Lillqvist
2011-07-15The graphite2 library gets built statically with WNTGCC at leastTor Lillqvist
2011-07-14Factor out the oldnames/moldname difference between WNTMSC and WNTGCCTor Lillqvist
2011-07-05Add more libs that semi-unintentionally get built statically for AndroidTor Lillqvist
2011-07-04Some libraries get built as static archives for AndroidTor Lillqvist
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.
2011-07-04get cairo import lib name right for windowsCaolán McNamara
2011-06-30make cairo an unconditional requirement for text renderingCaolán McNamara
2011-06-21gbuild changes for MinGW cross-compilationTor Lillqvist
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 .
2011-06-20gnumake4: fix buildbreakers from mergeBjoern Michaelsen
2011-06-19Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
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
2011-06-18Use the slightly different library names for MinGW, tooTor Lillqvist
2011-06-18Avoid duplicationTor Lillqvist
2011-06-18fixing rebase errorsBjoern Michaelsen
2011-06-17[mq]: oox_gmake.patch [hg:d0beb4a8aa40]Daniel Rentz [dr]
2011-06-17gnumake4: merge parts of ooo34fixes [hg:ca410a15b7e1]Michael Stahl