summaryrefslogtreecommitdiffstats
path: root/extensions/StaticLibrary_plugcon.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+1
| | | | | | | | | | 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>
* add missing deps for tools/link.hxxDavid Tardon2012-11-301-1/+10
| | | | Change-Id: I5e83cd97978ea61c749f1d9be17ec0e9e0809127
* 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
* 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-2/+2
| | | | | | | | | 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-0/+75