Move old 4x plugin headers from mozilla/include to mozilla/modules/plugin/base/public/ .

Bug #120845 r=bryner
This commit is contained in:
seawood%netscape.com 2002-02-20 05:44:43 +00:00
parent e2486ebfbe
commit 29c05a5cc1
8 changed files with 21 additions and 7 deletions

View File

@ -3,8 +3,6 @@
# #
minicom.h minicom.h
npapi.h
npupp.h
platform.h platform.h
xpassert.h xpassert.h
xp_core.h xp_core.h

View File

@ -25,8 +25,6 @@ srcdir = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
EXPORTS = \ EXPORTS = \
npapi.h \
npupp.h \
platform.h \ platform.h \
xp_core.h \ xp_core.h \
xp_file.h \ xp_file.h \
@ -35,7 +33,5 @@ EXPORTS = \
xp_str.h \ xp_str.h \
$(NULL) $(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk include $(topsrcdir)/config/rules.mk

View File

@ -52,3 +52,5 @@ nsIPluginInputStream2.h
nsPIPluginHost.h nsPIPluginHost.h
nsPluginLogging.h nsPluginLogging.h
nsPluginError.h nsPluginError.h
npapi.h
npupp.h

View File

@ -58,6 +58,12 @@ EXPORTS = \
nsPluginError.h \ nsPluginError.h \
$(NULL) $(NULL)
# 4.x headers moved from mozilla/include
EXPORTS += \
npapi.h \
npupp.h \
$(NULL)
# DEPRECATED -- remove before we ship 5.0 # DEPRECATED -- remove before we ship 5.0
EXPORTS += \ EXPORTS += \
nsIPluginStream.h \ nsIPluginStream.h \

View File

@ -85,6 +85,16 @@
<SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING> <SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
<SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING> <SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
</SETTING> </SETTING>
<SETTING>
<SETTING><NAME>SearchPath</NAME>
<SETTING><NAME>Path</NAME><VALUE>::::::modules:plugin:base:public:</VALUE></SETTING>
<SETTING><NAME>PathFormat</NAME><VALUE>MacOS</VALUE></SETTING>
<SETTING><NAME>PathRoot</NAME><VALUE>Project</VALUE></SETTING>
</SETTING>
<SETTING><NAME>Recursive</NAME><VALUE>true</VALUE></SETTING>
<SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
<SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></SETTING>
</SETTING>
<SETTING> <SETTING>
<SETTING><NAME>SearchPath</NAME> <SETTING><NAME>SearchPath</NAME>
<SETTING><NAME>Path</NAME><VALUE>::::::sun-java:stubs:include:</VALUE></SETTING> <SETTING><NAME>Path</NAME><VALUE>::::::sun-java:stubs:include:</VALUE></SETTING>

View File

@ -29,6 +29,7 @@ include $(DEPTH)/config/autoconf.mk
#MODULE = plugin #MODULE = plugin
LIBRARY_NAME = nullplugin LIBRARY_NAME = nullplugin
REQUIRES = java \ REQUIRES = java \
plugin \
$(NULL) $(NULL)
CSRCS = \ CSRCS = \

View File

@ -30,7 +30,7 @@ MODULE = plugin
LIBRARY_NAME = npnul32 LIBRARY_NAME = npnul32
RESFILE = npnul32.res RESFILE = npnul32.res
DEFFILE = $(srcdir)/npnul32.def DEFFILE = $(srcdir)/npnul32.def
REQUIRES = java REQUIRES = java plugin
CPPSRCS = \ CPPSRCS = \
maindll.cpp \ maindll.cpp \

View File

@ -22,6 +22,7 @@
DEPTH=..\..\..\..\.. DEPTH=..\..\..\..\..
MODULE=npnul32 MODULE=npnul32
REQUIRES = java \ REQUIRES = java \
plugin \
$(NULL) $(NULL)
include <$(DEPTH)/config/config.mak> include <$(DEPTH)/config/config.mak>