diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 17:40:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 17:40:22 +0900 |
commit | 581fd4262bbec7f0478957581bbf662ada6a6572 (patch) | |
tree | a928f5000b3d4f3af063ed2fc5c795cc5cbae03e /NAMING | |
parent | a5f3aa24b61eee302a0f33e05a1d728198e79358 (diff) | |
download | tqtinterface-581fd4262bbec7f0478957581bbf662ada6a6572.tar.gz tqtinterface-581fd4262bbec7f0478957581bbf662ada6a6572.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'NAMING')
-rw-r--r-- | NAMING | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,14 +0,0 @@ -This document describes the naming convention for the various kinds -of DSOs (Dynamic Shared Objects). - -NOTE: Files of the format xxxx.la are libtool files that describe the -actual DSO. The DSO itself is usually named xxxx.so or libxxxx.so. -Some platforms require that the name of a DSO starts with "lib". On -those platforms xxxx.la and libxxxx.la both generate DSOs with the -same name "libxxxx.so". Since this leads to problems you should never -use both "xxxx.la" and "libxxxx.la" as names for DSOs!! - -*** Since <appname>.la is reserved for KDEInit loadable modules, it is -*** strongly recommended NEVER to use lib<appname>.la as the name of a -*** library. - |