Shared LT DL library sources
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
ファイルへ移動
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 12ヶ月前
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