blob: b9dc6e6a1057856ac88111a50dc6990aa00be802 (
plain)
1
2
3
4
5
6
7
8
9
|
get-runtime-dependencies
------------------------
* The :command:`file` command learned a new sub-command,
``GET_RUNTIME_DEPENDENCIES``, which allows you to recursively get the list of
libraries linked by an executable or library. This sub-command is intended as
a replacement for :module:`GetPrerequisites`.
* The :module:`GetPrerequisites` module has been deprecated, as it has been
superceded by :command:`file(GET_RUNTIME_DEPENDENCIES)`.
|