readme
来自「GNU libtool 是一个通用库支持脚本」· 代码 · 共 18 行
TXT
18 行
This is mdemo, an example package that uses GNU libtool with anAutomake-generated environment to build two simple modules and a program.It demonstrates how to build both dynamic and static librariesthat can be dlopened. mdemo uses libtool's portable dlopenwrapper called "libltdl". All exported symbols are prefixed with "libname_LTX_" to avoidsymbols conflicts, especially when linking statically.libltdl will automatically cut the prefix off to get the real name.Note that on Windows, for the purposes of illustrating ltdl, thelibraries *are* built as dll's, but do not have the __declspecmachinery to make them suitable for loading at link time. This isonly for clarity inside this example, look at the example in ../demoto see how the __declspec macros should be set up.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?