Skip to content

Commit 04e0eb3

Browse files
author
Colin Robertson
authored
Update style
Per style guidelines, use sentence case in headings.
1 parent b3e57cf commit 04e0eb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build/projects-and-build-systems-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cl /EHsc hello.cpp
3232

3333
Here the compiler (cl.exe) automatically invokes the C++ preprocessor and the linker to produce the final output file. For more information, see [Building on the command line](building-on-the-command-line.md).
3434

35-
## Build Systems and Projects
35+
## Build systems and projects
3636

3737
Most real-world programs use some kind of *build system* to manage complexities of compiling multiple source files for multiple configurations (debug vs. release), multiple platforms (x86, x64, ARM, and so on), custom build steps, and even multiple executables that must be compiled in a certain order. You make settings in a build configuration file(s), and the build system accepts that file as input before it invokes the compiler. The set of source code files and build configuration files needed to build an executable file is called a *project*.
3838

0 commit comments

Comments
 (0)