ソースを参照

Ninja: fixes for bcc

Peter Kümmel 13 年 前
コミット
56aeac6e64
2 ファイル変更3 行追加1 行削除
  1. 2 0
      Source/cmMakefileTargetGenerator.h
  2. 1 1
      Source/cmNinjaTargetGenerator.h

+ 2 - 0
Source/cmMakefileTargetGenerator.h

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

+ 1 - 1
Source/cmNinjaTargetGenerator.h

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