GetPrerequisites: Add documentation for objdump
Signed-off-by: Michael Tänzer <neo@nhng.de>
This commit is contained in:
parent
8eb2fe955a
commit
12fb50da9f
|
@ -5,6 +5,7 @@
|
||||||
#
|
#
|
||||||
# It uses various tools to obtain the list of required shared library files:
|
# It uses various tools to obtain the list of required shared library files:
|
||||||
# dumpbin (Windows)
|
# dumpbin (Windows)
|
||||||
|
# objdump (MinGW on Windows)
|
||||||
# ldd (Linux/Unix)
|
# ldd (Linux/Unix)
|
||||||
# otool (Mac OSX)
|
# otool (Mac OSX)
|
||||||
# The following functions are provided by this module:
|
# The following functions are provided by this module:
|
||||||
|
|
Loading…
Reference in New Issue