File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22title : " /headerName (Build a header unit from the specified header)"
33description : " Use the /headerName compiler option to establish a mapping between a header file and the header unit to build."
4- ms.date : 04/13/2021
4+ ms.date : 04/21/2022
55author : " tylermsft"
66ms.author : " twhitney"
77f1_keywords : ["/headerName"]
@@ -39,7 +39,7 @@ Given a project that references a header file it defines called `m.h`, the compi
3939cl /std:c++latest /exportHeader /headerName:quote m.h /Fom.h.obj
4040```
4141
42- The ` /headerName:{quote,angle} ` option acts like a flag and does not explicitly need an argument. The following examples are valid:
42+ The ` /headerName:{quote,angle} ` option acts like a flag and doesn't need an argument. The following examples are valid:
4343
4444``` Bash
4545cl /std:c++latest /exportHeader /headerName:angle /MP /Fo.\ vector iostream algorithm
@@ -68,6 +68,6 @@ cl /std:c++latest /exportHeader /headerName:angle /MP /Fo.\ vector iostream algo
6868## See also
6969
7070[ ` /exportHeader ` (Create header units)] ( module-exportheader.md ) \
71- [ ` /headerUnit ` (Create header units )] ( headerunit.md ) \
71+ [ ` /headerUnit ` (Use header unit IFC )] ( headerunit.md ) \
7272[ ` /reference ` (Use named module IFC)] ( module-reference.md ) \
7373[ ` /translateInclude ` (Translate include directives into import directives)] ( translateinclude.md )
You can’t perform that action at this time.
0 commit comments