pjs/xpcom/typelib/xpidl
ramiro%netscape.com 35a17d67b0 Remove these from the unix build to reduce the evil possibility of a fork. 1999-05-27 02:31:44 +00:00
..
glib Remove these from the unix build to reduce the evil possibility of a fork. 1999-05-27 02:31:44 +00:00
libidl Remove these from the unix build to reduce the evil possibility of a fork. 1999-05-27 02:31:44 +00:00
macbuild changed access paths 1999-05-26 23:21:40 +00:00
macplugin bumped version to 1.0d5 1999-05-26 23:20:41 +00:00
.cvsignore do the ignore again. this time, without breaking the build. 1999-05-26 21:48:42 +00:00
Makefile.in Compile directly against the static libxpt.a lib, so we can use xpidl during the build without the shared library path being set. 1999-05-10 05:33:35 +00:00
README Updated to include new version numbers and source, binary locations for glib, libIDL. 1999-04-14 04:48:29 +00:00
makefile.win Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
xpidl.c Turn off support for XPIDL_JS_STUBS in generated headers by default, as 1999-05-13 23:13:17 +00:00
xpidl.h #include <libIDL/IDL.h> -> #include <IDL.h> on XP_MAC. 1999-04-11 00:09:14 +00:00
xpidl_doc.c Checkpoint xpidl -m stub work. 1999-02-17 01:17:52 +00:00
xpidl_header.c fix two places where we use a node as if it were of a type other than the type it is. This was causing a problem on some platforms, though it unfortunately was working fine on Win32. Thanks to khym@bga.com (Dave Huang) 1999-05-12 07:42:32 +00:00
xpidl_idl.c when popping an #include, fclose the file. 1999-05-12 05:41:29 +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 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00

README

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.3, 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.2 and glib 1.2-dev from
http://user.sgic.fi/~tml/gimp/win32/.  Source and Linux RPMs are also
available from ftp://ftp.mozilla.org/pub/mozilla/libraries, and Win32
binaries are included in the wintools.zip file at
ftp://ftp.mozilla.org/pub/mozilla/source/wintools.zip.  A Mac project
is in progress, and should be appearing shortly.

glib tarballs and RPMs for Linux can be found through http://www.gtk.org.