summaryrefslogtreecommitdiff
path: root/extensions/Library_npsoplugin.mk
AgeCommit message (Collapse)Author
2012-10-06add missing dep on comphelper/documentconstants.hxxDavid Tardon
Change-Id: I80f46c774f0cb177b2b38e5cf753d03ddd342992
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
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-03-10extensions: export npsoplugin's symbolsMatúš Kukan
2012-03-07Use just one resource file for npsopluginTor Lillqvist
2012-02-21build also with older npapiLuboš Luňák
They were apparently lame enough to make a source-incompatible change without changing API version or anything similar.
2012-01-11tweak makefiles after np_sdk is in tail_buildMatúš Kukan
Also change <npsdk/npapi.h> to "npapi.h"
2012-01-10pathutils-obj is in static library ooopathutilsMatúš Kukan
2011-12-19extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl
2011-12-17extensions: move mozilla to RepositoryExternal.mkMichael Stahl
2011-12-17extensions: nsplugin: use SAL_DLLPUBLIC_EXPORTMichael Stahl
2011-12-17extensions: convert nsplugin to gbuildPeter Foley