gecko-dev/xpcom/tools/xpidl
1999-04-13 18:10:40 +00:00
..
.cvsignore certain methods were not spitting out = 0 at the end of the header 1998-12-17 19:39:10 +00:00
Makefile.in link xpidl statically against libxpt so that dist/bin doesn't need to be in your LD_LIBRARY_PATH 1999-02-18 22:59:17 +00:00
makefile.win - Made xpidl build conditional on BUILD_XPIDL for win32 and unix 1999-04-06 08:33:40 +00:00
README we do windows, but still wait on Mac 1999-03-07 02:37:17 +00:00
xpidl_doc.c Checkpoint xpidl -m stub work. 1999-02-17 01:17:52 +00:00
xpidl_header.c Prepare for not emitting js stubs decls into headers. Emit the macro for GetIID. 1999-04-10 06:17:49 +00:00
xpidl_idl.c fix AIX bustage - suggested by waqar@netscape.com 1999-04-13 18:10:40 +00:00
xpidl_stub.c Fixed long-long codegen to use prlong macros (so it works on Mac). 1999-04-01 22:03:25 +00:00
xpidl_typelib.c Changed C++ comment to a C comment to make AIX compiler happy. 1999-04-12 18:28:53 +00:00
xpidl.c XP_MAC: added local strdup that uses malloc, renamed main to xpidl_main when built as a CodeWarrior plugin. 1999-04-11 00:15:09 +00:00
xpidl.h #include <libIDL/IDL.h> -> #include <IDL.h> on XP_MAC. 1999-04-11 00:09:14 +00:00

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.6.1, which in turn
requires glib >= 1.2.0.

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 projects for Mac, 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.