-
Notifications
You must be signed in to change notification settings - Fork 263
Closed
Description
Suggestion:
In cppwinrt.exe help, mention that "." is the way to disable using a pre-compiled header.
I ended up figuring this out by hunting around and saw it here:
https://github.com/microsoft/cppwinrt/blob/master/test/test_component_no_pch/test_component_no_pch.vcxproj
But I wouldn't have guessed that syntax.
The help today:
https://github.com/microsoft/cppwinrt/blob/master/cppwinrt/main.cpp
says:
"Specify name of precompiled header file (defaults to pch.h)"
Here's a suggested edit:
"Specify name of precompiled header file (defaults to pch.h; use '.' to disable)"
Metadata
Metadata
Assignees
Labels
No labels