IOS: Create a separate for adding resources
This commit is contained in:
parent
51e5bb717d
commit
283eac7e5f
8 changed files with 27 additions and 2 deletions
|
@ -200,6 +200,11 @@ void CodeBlocksProvider::createProjectFile(const std::string &name, const std::s
|
|||
|
||||
}
|
||||
|
||||
void CodeBlocksProvider::addResourceFiles(const BuildSetup &setup, StringList &includeList, StringList &excludeList) {
|
||||
includeList.push_back(setup.srcDir + "/icons/" + setup.projectName + ".ico");
|
||||
includeList.push_back(setup.srcDir + "/dists/" + setup.projectName + ".rc");
|
||||
}
|
||||
|
||||
void CodeBlocksProvider::writeWarnings(const std::string &name, std::ofstream &output) const {
|
||||
|
||||
// Global warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue