mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
47d5143773
/MozillaBuildList.pm. bug=64296 r=edburns sr=waterson This checkin idlifies some files in the plugin hierarchy. The following files are in this checkin. build/mac/build_scripts/MozillaBuildList.pm modules/oji/public/MANIFEST modules/oji/public/MANIFEST_IDL modules/oji/macbuild/ojiIDL.mcp modules/plugin/public/MANIFEST modules/plugin/public/MANIFEST_IDL modules/plugin/macbuild/pluginIDL.mcp modules/oji/public/Makefile.in modules/oji/public/makefile.win modules/oji/public/nsIJVMPluginInstance.idl modules/plugin/public/Makefile.in modules/plugin/public/makefile.win modules/plugin/public/nsIPluginManager.idl
50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
#!gmake
|
|
#
|
|
# The contents of this file are subject to the Netscape Public
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
# except in compliance with the License. You may obtain a copy of
|
|
# the License at http://www.mozilla.org/NPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
# implied. See the License for the specific language governing
|
|
# rights and limitations under the License.
|
|
#
|
|
# The Original Code is mozilla.org code.
|
|
#
|
|
# The Initial Developer of the Original Code is Netscape
|
|
# Communications Corporation. Portions created by Netscape are
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
# Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
|
|
|
|
|
|
DEPTH = ..\..\..
|
|
|
|
MODULE = oji
|
|
|
|
XPIDLSRCS = \
|
|
.\nsIJVMManager.idl \
|
|
.\nsIJVMPluginInstance.idl \
|
|
$(NULL)
|
|
|
|
EXPORTS = \
|
|
nsjvm.h \
|
|
nsIJRIPlugin.h \
|
|
nsIJVMConsole.h \
|
|
nsIJVMPlugin.h \
|
|
nsIJVMPluginTagInfo.h \
|
|
nsIJVMPrefsWindow.h \
|
|
nsIJVMWindow.h \
|
|
nsISymantecDebugManager.h \
|
|
nsISymantecDebugger.h \
|
|
nsISecureEnv.h \
|
|
ProxyJNI.h \
|
|
nsIThreadManager.h \
|
|
nsILiveConnectManager.h
|
|
|
|
include <$(DEPTH)/config/rules.mak>
|
|
|