mirror of
https://github.com/postgres/postgres.git
synced 2026-05-27 03:42:28 -04:00
12 lines
381 B
Text
12 lines
381 B
Text
mkldexport is a script for creating an AIX exports from an object file.
|
|
|
|
Usage:
|
|
mkldexport objectfile [location]
|
|
where
|
|
objectfile is the current location of the object file.
|
|
location is the eventual (installed) location of the
|
|
object file (if different from the current
|
|
working directory).
|
|
|
|
Written originally by Paul Aoki for postgres v4r2.
|
|
|