Command-Line Utilities Index

From RAD Studio
Jump to: navigation, search

Go Up to Utilities


RAD Studio provides a rich set of command-line utilities in addition to its integrated development environment (IDE), its toolchains and the graphic utilities. These utilities enable you to use the command line to perform targeted compilation and other related functions, including file search and import of definition files.

Command-Line Interfaces of Toolchains

Command-line interfaces of Delphi toolchains
Platform Compiler CLI LLVM
32-bit Windows DCC32.EXE
64-bit Windows DCC64.EXE
OS X DCCOSX.EXE
Linux DCCLINUX64.EXE
Checkmark.svg
32-bit iOS DCCIOSARM.EXE
Checkmark.svg
64-bit iOS DCCIOSARM64.EXE
Checkmark.svg
iOS Simulator DCCIOS32.EXE
Android DCCAARM.EXE
Checkmark.svg
Command-line interfaces of C++ toolchains
Platform Compiler CLI Clang Linker CLI
32-bit Windows BCC32C.EXE
Checkmark.svg
ILINK32.EXE
BCC32.EXE
64-bit Windows BCC64.EXE
Checkmark.svg
ILINK64.EXE
OS X BCCOSX.EXE XLINK.EXE
32-bit iOS BCCIOSARM.EXE
Checkmark.svg
Apple LD64
64-bit iOS BCCIOSARM64.EXE
Checkmark.svg
Android BCCAARM.EXE
Checkmark.svg
GNU ld

Other Command-Line Utilities

See Also