summaryrefslogtreecommitdiffstats
path: root/extensions/Executable_nsplugin.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-301-23/+4
|
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-3/+0
| | | | | | | Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-3/+0
| | | | | | | Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* 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-0/+2
| | | | | | | | | - 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/color.hxxDavid Tardon2012-10-011-0/+6
| | | | Change-Id: I164afe17c3bff2f7d7f2b9daec0d5a5ca8fdf97a
* Use comphelper::getComponentContextStephan Bergmann2012-09-291-0/+1
| | | | | | ...and some further clean up. Change-Id: Id294c0f38fe0041646fc86cacbd2e19734c746a9
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-09-281-9/+9
| | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
* gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-09-281-7/+10
| | | | Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* 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 from npsopluginMichael Stahl2012-03-121-1/+4
|
* pathutils-obj is in static library ooopathutilsMatúš Kukan2012-01-101-4/+4
|
* extensions: nsplugin: dl is for linuxMatúš Kukan2012-01-061-1/+1
|
* extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl2011-12-191-1/+1
|
* extensions: nsplugin: tweak linked librariesMatúš Kukan2011-12-191-15/+9
|
* extensions: nsplugin: use SAL_DLLPUBLIC_EXPORTMichael Stahl2011-12-171-0/+6
|
* extensions: convert nsplugin to gbuildPeter Foley2011-12-171-0/+82