CREATE_PROJECT: Add support for creating Visual Studio projects for the dev tools

- Move project name and description to BuildSetup structure
 - Add list of tools to generate project for (similar to the list of features)
This commit is contained in:
Littleboy 2011-09-06 16:01:10 -04:00
parent eda43c2d86
commit 7cfed737d7
10 changed files with 254 additions and 142 deletions

View file

@ -43,7 +43,7 @@ protected:
void writeFileListToProject(const FileNode &dir, std::ofstream &projectFile, const int indentation,
const StringList &duplicate, const std::string &objPrefix, const std::string &filePrefix);
void writeReferences(std::ofstream &output);
void writeReferences(const BuildSetup &setup, std::ofstream &output);
const char *getProjectExtension();