cmExtraCodeBlocksGenerator: port to cmXMLWriter

This commit is contained in:
Daniel Pfeifer
2015-07-16 21:52:35 +02:00
committed by Brad King
parent d740762181
commit 27e0976453
2 changed files with 144 additions and 88 deletions
+2 -2
View File
@@ -18,7 +18,7 @@
class cmLocalGenerator;
class cmMakefile;
class cmGeneratorTarget;
class cmGeneratedFileStream;
class cmXMLWriter;
/** \class cmExtraCodeBlocksGenerator
* \brief Write CodeBlocks project files for Makefile based projects
@@ -56,7 +56,7 @@ private:
std::string BuildMakeCommand(const std::string& make, const char* makefile,
const std::string& target,
const std::string& makeFlags);
void AppendTarget(cmGeneratedFileStream& fout,
void AppendTarget(cmXMLWriter& xml,
const std::string& targetName,
cmGeneratorTarget* target,
const char* make,