]> git.sur5r.net Git - openldap/commit
Added new support for NT and AIX dynamic linking - generate export tables
authorHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 22:57:13 +0000 (22:57 +0000)
committerHoward Chu <hyc@openldap.org>
Wed, 10 May 2000 22:57:13 +0000 (22:57 +0000)
commit4efcc974a53ba01dd8901c28718fdc00484e8cb1
tree0b4e691ea1e4d8166748d3276b0e93c44d2d2563
parentde72e9a46cb35f09738f565da6d1718ea1f1eb65
Added new support for NT and AIX dynamic linking - generate export tables
for executable files, not just libraries/modules. Also, the AIX linker
hardcodes -L paths by default; override this to prevent build paths from
appearing in distributed binaries.

mkdep.aix - a wrapper for AIX cc that sends dependency info to stdout so
that the standard mkdep script can operate.
build/ltconfig
build/ltmain.sh
build/mkdep.aix [new file with mode: 0755]