CodeBlocks: improve support for OBJECT libraries

This commit creates a dummy text file for each OBJECT library for
the CodeBlocks generator, so the generated project file can reference
a unique file for each target. Most probably these files are unused.

Alex
This commit is contained in:
Alex Neundorf
2012-04-09 14:53:47 +02:00
parent d2ed3c7dee
commit 38d4c1ed05
2 changed files with 30 additions and 2 deletions
+2
View File
@@ -44,6 +44,8 @@ private:
void CreateNewProjectFile(const std::vector<cmLocalGenerator*>& lgs,
const std::string& filename);
std::string CreateDummyTargetFile(cmMakefile* mf, cmTarget* target) const;
std::string GetCBCompilerId(const cmMakefile* mf);
int GetCBTargetType(cmTarget* target);
std::string BuildMakeCommand(const std::string& make, const char* makefile,