Shared LT DL library sources
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
Dosyaya git
Michele Calgaro 754b445fd5
Drop autotools support
11 ay önce
CMakeLists.txt [kdelibs/libltdl] link with ${DL_LIBRARIES} 14 yıl önce
COPYING Drop autotools support 11 ay önce
README Drop autotools support 11 ay önce
ltdl.c add illumos sys/dl.h include condition 11 ay önce
ltdl.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce
ltdl_win.c Conversion qt -> tqt. 6 yıl önce
ltdl_win.h Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 yıl önce

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