Shared LT DL library sources
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
Ir para arquivo
Michele Calgaro 754b445fd5
Drop autotools support
11 meses atrás
CMakeLists.txt [kdelibs/libltdl] link with ${DL_LIBRARIES} 14 anos atrás
COPYING Drop autotools support 11 meses atrás
README Drop autotools support 11 meses atrás
ltdl.c add illumos sys/dl.h include condition 12 meses atrás
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás
ltdl_win.c Conversion qt -> tqt. 6 anos atrás
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 anos atrás

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