Add a --depfile option.
authorGeorg Lehmann <dadschoorse@gmail.com>
Mon, 19 Apr 2021 22:22:15 +0000 (00:22 +0200)
committerGeorg Lehmann <dadschoorse@gmail.com>
Tue, 20 Apr 2021 16:09:56 +0000 (18:09 +0200)
commitf050209ce1349ce76b83d226e3861bda9d927009
tree26fa326e1cd5f1bd1ccc9227382d0df3257741e6
parent60ce877de03ff03bb87fb9ef6b744ee33d076034
Add a --depfile option.

The output is similar to gcc -MMD and can be used by build systems
like meson to automatically recompile shaders if an included header
was changed.
StandAlone/DirStackFileIncluder.h
StandAlone/StandAlone.cpp