summaryrefslogtreecommitdiff
path: root/extensions/Library_npsoplugin.mk
AgeCommit message (Collapse)Author
2012-12-25Get rid of (most uses of) GUITor Lillqvist
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>
2012-12-09add missing dep on boostDavid Tardon
Change-Id: I04fe44afceaf0a415577b1b3a359d05d0d1821dc
2012-11-15Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)Stephan Bergmann
...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
2012-11-12Enable NPP_Initialize/Shutdown againStephan Bergmann
...calling which had erroneously been dropped in bdead69dd3c947743907681c8a2f16ca1f50cd9c "Add switch for system/internal npapi.h." This makes the npsoplugin browser plugin work again. (Also, init write_fd to -1 instead of 0, so that a missing do_init_pipe does not accidentally cause writing to write_fd succeed in writing to stdin.) Change-Id: Iced734512a43c8dfea46088f7ac16f159e7dd807
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