legacy-imlib2/libltdl
Tom Gilbert eff825c0ee Thu Apr 27 02:59:57 GMT 2000
(gilbertt)

Changed all the loaders to use ImlibProgressFunction instead of defining it
themselves. This is so I can change them all at once tomorrow.


SVN revision: 2542
2000-04-27 01:48:17 +00:00
..
.cvsignore Sun Oct 31 20:21:13 PST 1999 1999-10-31 19:45:22 +00:00
COPYING.LIB Thu Apr 27 02:59:57 GMT 2000 2000-04-27 01:48:17 +00:00
README Thu Apr 27 02:59:57 GMT 2000 2000-04-27 01:48:17 +00:00
acconfig.h add libtool libltdl form Gary... 1999-08-05 21:54:23 +00:00
stamp-h.in Thu Apr 27 02:59:57 GMT 2000 2000-04-27 01:48:17 +00:00

README

This is GNU libltdl, a system independent dlopen wrapper for GNU libtool.

It supports the following dlopen interfaces:
* dlopen (Solaris, Linux and various BSD flavors)
* shl_load (HP-UX)
* LoadLibrary (Win16 and Win32)
* load_add_on (BeOS)
* GNU DLD (emulates dynamic linking for static libraries)
* libtool's dlpreopen