 |
 |
|
 |
 |
 |
How to change idl specs
This unfortunately can only be done on Windows.
-
If this is a new idl spec, appropriate an iid from xpcom/src/IIDs.h
-
Edit the idl file (e.g. dom/public/idl/range/Range.idl) to make your changes
-
Build idlc.exe: cd dom/tools; nmake -f makefile.win
-
In the directory where the idl file lives: nmake -f makefile.win
-
After you've verified that everything still builds, you have three files
to check in:
-
dom\public\idl\...\foo\Foo.idl
-
dom\public\xxx\nsIDOMFoo.h
-
dom\src\xxx\nsJSFoo.cpp
(plus any inherited classes you've changed, of course).
Tue Dec 8 1998
akkana@netscape.com
|
 |
 |