Ninja: fixes for bcc
This commit is contained in:
parent
7a6bc9e987
commit
56aeac6e64
|
@ -51,6 +51,7 @@ public:
|
|||
{ return this->ProgressFileNameFull; }
|
||||
|
||||
cmTarget* GetTarget() { return this->Target;}
|
||||
|
||||
protected:
|
||||
|
||||
// create the file and directory etc
|
||||
|
@ -85,6 +86,7 @@ protected:
|
|||
private:
|
||||
cmMakefileTargetGenerator* Generator;
|
||||
};
|
||||
friend struct MacOSXContentGeneratorType;
|
||||
|
||||
// write the rules for an object
|
||||
void WriteObjectRuleFiles(cmSourceFile& source);
|
||||
|
|
|
@ -127,7 +127,7 @@ protected:
|
|||
private:
|
||||
cmNinjaTargetGenerator* Generator;
|
||||
};
|
||||
|
||||
friend struct MacOSXContentGeneratorType;
|
||||
|
||||
protected:
|
||||
MacOSXContentGeneratorType* MacOSXContentGenerator;
|
||||
|
|
Loading…
Reference in New Issue