TOOLS: Update create_project to optionally create an installer after a successful build
This commit is contained in:
parent
66a319e158
commit
3f2b25f879
12 changed files with 236 additions and 18 deletions
|
@ -275,7 +275,7 @@ void MSBuildProvider::outputProjectSettings(std::ofstream &project, const std::s
|
|||
// Copy data files to the build folder
|
||||
project << "\t\t<PostBuildEvent>\n"
|
||||
"\t\t\t<Message>Copy data files to the build folder</Message>\n"
|
||||
"\t\t\t<Command>" << getPostBuildEvent(isWin32) << "</Command>\n"
|
||||
"\t\t\t<Command>" << getPostBuildEvent(isWin32, setup.createInstaller) << "</Command>\n"
|
||||
"\t\t</PostBuildEvent>\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue