Command Line Compiler

Actually compiling your project is just one of many tasks that form the build process, and all of these tasks are organized and performed through EBuild, a build automation system akin to "make" or "MSBuild".

Note: As of Elements 10, use of the standalone command line compiler, ElementsCC.exe, is deprecated, and it will be dropped in a future update later in 2018. Use EBuild to perform command-line builds of Elements projects.

See Also