summaryrefslogtreecommitdiff
path: root/extensions/Executable_nsplugin.mk
AgeCommit message (Collapse)Author
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks
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 from npsopluginMichael Stahl
2012-01-10pathutils-obj is in static library ooopathutilsMatúš Kukan
2012-01-06extensions: nsplugin: dl is for linuxMatúš Kukan
2011-12-19extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl
2011-12-19extensions: nsplugin: tweak linked librariesMatúš Kukan
2011-12-17extensions: nsplugin: use SAL_DLLPUBLIC_EXPORTMichael Stahl
2011-12-17extensions: convert nsplugin to gbuildPeter Foley