I am looking for how to build and install xpcom plugin on mac os X and its
example.
I have succeed in building xpcom add-on(link1) (not xpcom plugin) after
referencing link2.

link 1.
http://lxr.mozilla.org/mozilla1.8.0/source/xpcom/sample/

link 2.
http://www.mail-archive.com/[email protected]/msg00870.html.

However,I wanna build xpcom plugin(not xpcome add-on).

I think that add-on installation needs follwing instruction after getting
xpt and dylib.
**
Put the .xpt and .dylib got from last step into Firefox.app/
Contents/MacOS/components directory, where Firefox.app is the result of
compiling the firefox source; Then delete compreg.dat and xpti.dat in the
~/Library/Application Support/Firefox/Preference/xx.default/component
directory (the xx.default should be replaced by yours); After all the things
above have been done, run the Firefox.app to test your component... (
http://www.mail-archive.com/[email protected]/msg00870.html.
)
**

But plugin installation needs simply dragging plugin bundle into the folder
/Library/Internet Plug-Ins(
http://lxr.mozilla.org/mozilla1.8.0/source/plugin/oji/MRJCarbon/plugin/INSTALL.txt).

Also, plug-in should be the bundle structure.

I have find one example of xpcom plugin.
But it seems to be Classic mac's because it has mcp extension file used by
code warrior
(
http://lxr.mozilla.org/mozilla1.8.0/source/modules/plugin/tools/sdk/samples/basic/mac/
)

So I am looking for how to build xpcom plugin on mac os X and its example.

Welcome to sending Any Resonponse( Any Question, Any Comment)
Plz Help Me. THX :)
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to