Commit graph

17 commits

Author SHA1 Message Date
Tor Lillqvist
c29098917a Get rid of (most uses of) GUI
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-25 17:53:25 +00:00
David Tardon
b0ea67981e add missing dep on boost
Change-Id: I04fe44afceaf0a415577b1b3a359d05d0d1821dc
2012-12-09 13:35:34 +01:00
Stephan Bergmann
13ef9dcc20 Rename "Mozilla headers" to "NPAPI headers" (incl. configure option name)
...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-15 18:15:43 +01:00
Stephan Bergmann
9081e07c9c Enable NPP_Initialize/Shutdown again
...calling which had erroneously been dropped in
bdead69dd3 "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-11-12 17:07:26 +01:00
David Tardon
5df47e2a17 add missing dep on comphelper/documentconstants.hxx
Change-Id: I80f46c774f0cb177b2b38e5cf753d03ddd342992
2012-10-06 15:06:38 +02:00
Michael Stahl
dc397aae70 gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
add a new gb_LinkTarget_use_system_win32_libs to abstract different
linker options on MSVC and GCC.

Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28 16:49:08 +02:00
Michael Stahl
c923f7d2c2 gbuild: "use" vs. "add":
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-04-08 01:05:52 +02:00
Michael Stahl
d343dddc3f extensions: split out static library from npsoplugin 2012-03-12 18:30:34 +01:00
Matúš Kukan
156202b062 extensions: export npsoplugin's symbols 2012-03-10 21:23:18 +01:00
Tor Lillqvist
9dacc3c6b6 Use just one resource file for npsoplugin 2012-03-07 09:36:40 +02:00
Luboš Luňák
e6d0daefbd build also with older npapi
They were apparently lame enough to make a source-incompatible
change without changing API version or anything similar.
2012-02-21 17:22:02 +01:00
Matúš Kukan
134803653f tweak makefiles after np_sdk is in tail_build
Also change <npsdk/npapi.h> to "npapi.h"
2012-01-11 20:20:17 +01:00
Matúš Kukan
9af656af19 pathutils-obj is in static library ooopathutils 2012-01-10 18:31:32 +01:00
Michael Stahl
6716631b35 extensions: d'oh, i've pasted C++ emacs modelines in makefiles 2011-12-19 22:09:48 +01:00
Michael Stahl
be0b58bed5 extensions: move mozilla to RepositoryExternal.mk 2011-12-17 22:11:57 +01:00
Michael Stahl
a12ea5554b extensions: nsplugin: use SAL_DLLPUBLIC_EXPORT 2011-12-17 22:11:56 +01:00
Peter Foley
2548d634c7 extensions: convert nsplugin to gbuild 2011-12-17 22:11:12 +01:00