Ninja: fixes for bcc

This commit is contained in:
Peter Kümmel 2012-07-18 13:39:14 +02:00
parent 7a6bc9e987
commit 56aeac6e64
2 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -127,7 +127,7 @@ protected:
private:
cmNinjaTargetGenerator* Generator;
};
friend struct MacOSXContentGeneratorType;
protected:
MacOSXContentGeneratorType* MacOSXContentGenerator;