Shared LT DL library sources
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
Ir al archivo
Michele Calgaro 754b445fd5
Drop autotools support
hace 11 meses
CMakeLists.txt [kdelibs/libltdl] link with ${DL_LIBRARIES} hace 14 años
COPYING Drop autotools support hace 11 meses
README Drop autotools support hace 11 meses
ltdl.c add illumos sys/dl.h include condition hace 12 meses
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años
ltdl_win.c Conversion qt -> tqt. hace 6 años
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. hace 15 años

README

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

It has some slight changes for use in TDE.

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