Skip to content

Preprocessing to a file doesn't respect include paths #1636

Description

@TheRealMJP

Hey guys,

When preprocessing to a file with the old fxc.exe, you could specify directories that should be added to the include search path with /I. dxc.exe seems to ignore the include paths passed with -I when preprocessing to a file using -P, making it impossible to to preprocess certain files without modifying the code to specify full include paths. It would be great if dxc.exe would support the same behavior as fxc.exe in this case, since preprocessing files can be useful for submitting bug reports as a single file.

Thanks in advance!

-Matt

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugBug, regression, crash

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions