summaryrefslogtreecommitdiffstats
path: root/extensions/Library_pl.mk
Commit message (Collapse)AuthorAgeFilesLines
* Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist2013-08-191-2/+2
| | | | Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
* remove last uses of config 'GUI' variableMatúš Kukan2013-06-201-8/+3
| | | | | | | Change-Id: I97188235f0b72b5b54423e05deeaf17c5c681048 Reviewed-on: https://gerrit.libreoffice.org/4188 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
* np_sdk: remove both Package_inc and Package_npapiMichael Stahl2013-05-071-2/+0
| | | | | | | This is a bit of a mess, apparently there are some headers here that may come from the system and others that are always internal? Change-Id: Ifbf486d3016bc87849e2593d83b3d48dae3aeca0
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
|
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-1/+4
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-2/+2
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* Replace GUIBASE checks with equivalent OS checksTor Lillqvist2012-12-181-3/+3
| | | | | | | | | | | | | | | | | | | | | The idea is to get rid of GUIBASE and GUI checks as much as possible. GUIBASE=aqua <=> OS=MACOSX GUIBASE=WIN <=> OS=WNT GUIBASE=cocoatouch <=> OS=IOS GUIBASE=android <=> OS=ANDROID Don't set GUIBASE to these values any more in configure.ac either. GUIBASE_FOR_BUILD is not used anywhere. Conflicts: configure.ac postprocess/packcomponents/makefile.mk postprocess/packregistry/makefile.mk Change-Id: Ie0526b40e1073f2328ba6c333e28752104b0fed3
* Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)Stephan Bergmann2012-11-151-1/+1
| | | | | | | | | | ...to avoid confusion what that is actually about. (Especially, it is completely unrelated to --enable-mozilla.) ATTENTION: This renames the configure option --with-system-mozilla-headers to --with-system-npapi-headers. Change-Id: I48f3c79d69c4d4f445a94e7ddbeab06ea667becc
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-3/+3
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: clean up Mac OS X framework handling:Michael Stahl2012-09-281-4/+4
| | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* np_sdk: separate system and internal headersMatúš Kukan2012-06-021-0/+2
| | | | Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
* extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl2012-04-081-2/+0
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-5/+5
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* extensions: split out static library for X11 plugin connection stuffMichael Stahl2012-03-121-2/+4
|
* tweak makefiles after np_sdk is in tail_buildMatúš Kukan2012-01-111-16/+5
| | | | Also change <npsdk/npapi.h> to "npapi.h"
* Make nsplugin build on Mac, take two.Thorsten Behrens2012-01-101-6/+0
| | | | Now with some help from Michael Stahl - seems to work.
* Make nsplugin link on Mac.Thorsten Behrens2012-01-101-0/+6
|
* extensions: plugin: fix build a bit more on MacMichael Stahl2012-01-101-1/+3
|
* extensions/Library_pl: move macmgr.cxx -> macmgr.mmMatúš Kukan2012-01-091-3/+1
|
* extensions: pl: link comphelper (bacfd2dc)Michael Stahl2012-01-061-0/+1
|
* extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl2011-12-191-1/+1
|
* extensions: tweaks to the plugin makefilesMichael Stahl2011-12-171-12/+18
|
* extensions: convert plugin to gbuildPeter Foley2011-12-171-0/+154