Shared LT DL library sources
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Datei suchen
Michele Calgaro 754b445fd5
Drop autotools support
vor 10 Monaten
CMakeLists.txt [kdelibs/libltdl] link with ${DL_LIBRARIES} vor 14 Jahren
COPYING Drop autotools support vor 10 Monaten
README Drop autotools support vor 10 Monaten
ltdl.c add illumos sys/dl.h include condition vor 11 Monaten
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren
ltdl_win.c Conversion qt -> tqt. vor 6 Jahren
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. vor 15 Jahren

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