readme

来自「GNU libtool 是一个通用库支持脚本」· 代码 · 共 12 行

TXT
12
字号
This is depdemo, an example package that uses GNU libtool with anAutomake-generated environment to build many interdependent librariesand a test program.There are four libraries: l1, l2, l3 and l4.l1 depends on nothing.l2 depends on l1.l3 depends on l1 and l2.l4 depends on l3 and libm.The test program uses l1, l2 and l4.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?