Shared LT DL library sources
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Go to file
Michele Calgaro 754b445fd5
Drop autotools support
11 місяці тому
CMakeLists.txt [kdelibs/libltdl] link with ${DL_LIBRARIES} 14 роки тому
COPYING Drop autotools support 11 місяці тому
README Drop autotools support 11 місяці тому
ltdl.c add illumos sys/dl.h include condition 11 місяці тому
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому
ltdl_win.c Conversion qt -> tqt. 6 роки тому
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 роки тому

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