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
32-bit Windows DCC32.EXE
64-bit Windows DCC64.EXE
OS X DCCOSX.EXE
32-bit iOS DCCIOSARM.EXE (LLVM)
64-bit iOS DCCIOSARM64.EXE (LLVM)
iOS Simulator DCCIOS32.EXE
Android DCCAARM.EXE (LLVM)
Command-line interfaces of C++ toolchains
Platform Compiler CLI Linker CLI
32-bit Windows BCC32C.EXE (Clang) ILINK32.EXE
BCC32.EXE
64-bit Windows BCC64.EXE (Clang) ILINK64.EXE
OS X BCCOSX.EXE XLINK.EXE
32-bit iOS BCCIOSARM.EXE (Clang) Apple LD64
64-bit iOS BCCIOSARM64.EXE (Clang)
Android BCCAARM.EXE (Clang) GNU ld

Other Command-Line Utilities

See Also