|
@@ -438,6 +438,8 @@ public:
|
|
|
|
|
|
|
|
virtual bool IsVisualStudio() const { return false; }
|
|
virtual bool IsVisualStudio() const { return false; }
|
|
|
|
|
|
|
|
|
|
+ virtual bool IsNinja() const { return false; }
|
|
|
|
|
+
|
|
|
/** Return true if we know the exact location of object files.
|
|
/** Return true if we know the exact location of object files.
|
|
|
If false, store the reason in the given string.
|
|
If false, store the reason in the given string.
|
|
|
This is meaningful only after EnableLanguage has been called. */
|
|
This is meaningful only after EnableLanguage has been called. */
|