mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 20:47:44 +00:00
2fe4a733a3
Fix silly argument processing brokenness. Prepare for IDL_tree_to_IDL when it arrives. Proper basename stuff for #ifdef __gen_nsIFoo_h__ and others. Handle empty interfaces. Dead code trimming (ident, etc.). Typedef support, including arrays. nsVarArgs instead of ... in C++ headers. Fix #include scanning bug that caused pain when we skipped an include that had already been processed.
14 lines
622 B
Plaintext
14 lines
622 B
Plaintext
Wed Dec 2 14:35:41 EST 1998
|
|
|
|
xpidl depends on Andrew Veliath and Elliot Lee's libIDL, a part of the
|
|
GNOME ORBit C ORB. We currently require libIDL >= 0.5.8, which in turn
|
|
requires glib >= 1.1.7.
|
|
|
|
libIDL builds for Linux and Win32 can be found, along with source tarballs,
|
|
at http://www.rpi.edu/~veliaa/libIDL/, and Win32 users will need glib 1.1 and
|
|
glib 1.1-dev from http://user.sgic.fi/~tml/gimp/win32/. There are currently
|
|
no Makefiles for Windows, but people _are_ building on this platform, so
|
|
hopefully they'll check their magic in soon.
|
|
|
|
glib tarballs and RPMs for Linux can be found through http://www.gtk.org.
|