Shared LT DL library sources
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Go to file
Michele Calgaro 754b445fd5
Drop autotools support
il y a 11 mois
CMakeLists.txt [kdelibs/libltdl] link with ${DL_LIBRARIES} il y a 14 ans
COPYING Drop autotools support il y a 11 mois
README Drop autotools support il y a 11 mois
ltdl.c add illumos sys/dl.h include condition il y a 12 mois
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans
ltdl_win.c Conversion qt -> tqt. il y a 6 ans
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. il y a 15 ans

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