|
Ninja
|
#include <string>#include <set>#include <vector>

Go to the source code of this file.
Classes | |
| struct | CLParser |
| Visual Studio's cl.exe requires some massaging to work with Ninja; for example, it emits include information on stderr in a funny format when building with /showIncludes. More... | |
| struct | CLWrapper |
| Wraps a synchronous execution of a CL subprocess. More... | |
Functions | |
| string | EscapeForDepfile (const string &path) |
| string EscapeForDepfile | ( | const string & | path | ) |
Definition at line 45 of file msvc_helper-win32.cc.
Referenced by TEST().
1.8.7