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
npapi.h
npupp.h
platform.h
xpassert.h
xp_core.h

View File

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

View File

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

View File

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

View File

@ -85,6 +85,16 @@
<SETTING><NAME>FrameworkPath</NAME><VALUE>false</VALUE></SETTING>
<SETTING><NAME>HostFlags</NAME><VALUE>All</VALUE></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><NAME>SearchPath</NAME>
<SETTING><NAME>Path</NAME><VALUE>::::::sun-java:stubs:include:</VALUE></SETTING>

View File

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

View File

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

View File

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