Skip to content

Document how to disable pch in exe help #606

@davidmatson

Description

@davidmatson

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions