From 56aeac6e6424f54455850f54f6b71ae89f065fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20K=C3=BCmmel?= Date: Wed, 18 Jul 2012 13:39:14 +0200 Subject: Ninja: fixes for bcc --- Source/cmMakefileTargetGenerator.h | 2 ++ Source/cmNinjaTargetGenerator.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/cmMakefileTargetGenerator.h b/Source/cmMakefileTargetGenerator.h index 3ea524b..2798e54 100644 --- a/Source/cmMakefileTargetGenerator.h +++ b/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); diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h index fb45837..84573ce 100644 --- a/Source/cmNinjaTargetGenerator.h +++ b/Source/cmNinjaTargetGenerator.h @@ -127,7 +127,7 @@ protected: private: cmNinjaTargetGenerator* Generator; }; - + friend struct MacOSXContentGeneratorType; protected: MacOSXContentGeneratorType* MacOSXContentGenerator; -- cgit v0.12