summaryrefslogtreecommitdiff
path: root/extensions/Library_pl.mk
AgeCommit message (Collapse)Author
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
2012-06-02np_sdk: separate system and internal headersMatúš Kukan
Change-Id: I4c61dcb40acf12fa0fe4cf4d6c39a8bfd7b7c9b4
2012-04-08extensions: add np_sdk_inc to mozilla_headers externalMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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)
2012-03-12extensions: split out static library for X11 plugin connection stuffMichael Stahl
2012-01-11tweak makefiles after np_sdk is in tail_buildMatúš Kukan
Also change <npsdk/npapi.h> to "npapi.h"
2012-01-10Make nsplugin build on Mac, take two.Thorsten Behrens
Now with some help from Michael Stahl - seems to work.
2012-01-10Make nsplugin link on Mac.Thorsten Behrens
2012-01-10extensions: plugin: fix build a bit more on MacMichael Stahl
2012-01-09extensions/Library_pl: move macmgr.cxx -> macmgr.mmMatúš Kukan
2012-01-06extensions: pl: link comphelper (bacfd2dc)Michael Stahl
2011-12-19extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl
2011-12-17extensions: tweaks to the plugin makefilesMichael Stahl
2011-12-17extensions: convert plugin to gbuildPeter Foley