|
6 | 6 | ### [Project and solution files](project-and-solution-files.md)
|
7 | 7 | ### [C++ project templates](visual-cpp-project-types.md)
|
8 | 8 | ### [C++ new item templates](using-visual-cpp-add-new-item-templates.md)
|
9 |
| -### [Precompiled header files](creating-precompiled-header-files.md) |
10 | 9 | ### [Resource files](resource-files-cpp.md)
|
11 | 10 | ### [Files Created for CLR Projects](files-created-for-clr-projects.md)
|
12 | 11 | ### [ATL Program or Control Source and Header Files](atl-program-or-control-source-and-header-files.md)
|
|
43 | 42 | #### [HLSL Property Pages: General](hlsl-property-pages-general.md)
|
44 | 43 | #### [HLSL Property Pages: Advanced](hlsl-property-pages-advanced.md)
|
45 | 44 | #### [HLSL Property Pages: Output Files](hlsl-property-pages-output-files.md)
|
46 |
| -# [Compiling a C/C++ Program](compiling-a-c-cpp-program.md) |
47 |
| -## [Compiler Command-Line Syntax](compiler-command-line-syntax.md) |
| 45 | +# [MSVC Compiler Reference](compiling-a-c-cpp-program.md) |
| 46 | +## [MSVC Compiler Command-Line Syntax](compiler-command-line-syntax.md) |
48 | 47 | ### [CL Filename Syntax](cl-filename-syntax.md)
|
49 | 48 | ### [Order of CL Options](order-of-cl-options.md)
|
50 | 49 | ### [Return Value of cl.exe](return-value-of-cl-exe.md)
|
51 | 50 | ## [CL Environment Variables](cl-environment-variables.md)
|
52 | 51 | ## [CL Command Files](cl-command-files.md)
|
53 | 52 | ## [CL Invokes the Linker](cl-invokes-the-linker.md)
|
54 |
| -## [Compiler Options](compiler-options.md) |
| 53 | +## [MSVC Compiler Options](compiler-options.md) |
55 | 54 | ### [Compiler Options Listed by Category](compiler-options-listed-by-category.md)
|
56 | 55 | ### [Compiler Options Listed Alphabetically](compiler-options-listed-alphabetically.md)
|
57 | 56 | #### [@ (Specify a Compiler Response File)](at-specify-a-compiler-response-file.md)
|
|
202 | 201 | #### [/Zp (Struct Member Alignment)](zp-struct-member-alignment.md)
|
203 | 202 | #### [/Zs (Syntax Check Only)](zs-syntax-check-only.md)
|
204 | 203 | #### [/ZW (Windows Runtime Compilation)](zw-windows-runtime-compilation.md)
|
205 |
| -## [Creating Precompiled Header Files](creating-precompiled-header-files.md) |
206 |
| -# [Linking](linking.md) |
207 |
| -## [Linker Options](linker-options.md) |
| 204 | +# [MSVC Linker Reference](linking.md) |
| 205 | +## [MSVC Linker Options](linker-options.md) |
208 | 206 | ### [Compiler-Controlled LINK Options](compiler-controlled-link-options.md)
|
209 | 207 | ### [LINK Input Files](link-input-files.md)
|
210 | 208 | #### [.Obj Files as Linker Input](dot-obj-files-as-linker-input.md)
|
|
345 | 343 | #### [Unloading a Delay-Loaded DLL](unloading-a-delay-loaded-dll.md)
|
346 | 344 | ### [Developing Your Own Helper Function](developing-your-own-helper-function.md)
|
347 | 345 | # [Unicode Support in the Compiler and Linker](unicode-support-in-the-compiler-and-linker.md)
|
348 |
| -# [C/C++ Build Tools](c-cpp-build-tools.md) |
| 346 | +# [Additional MSVC build tools](c-cpp-build-tools.md) |
349 | 347 | ## [NMAKE Reference](nmake-reference.md)
|
350 | 348 | ### [NMAKE projects in Visual Studio](creating-a-makefile-project.md)
|
351 | 349 | ### [Running NMAKE](running-nmake.md)
|
|
0 commit comments