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
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