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:
parent
eda43c2d86
commit
7cfed737d7
10 changed files with 254 additions and 142 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue