TOOLS: Update create_project to optionally create an installer after a successful build

This commit is contained in:
Littleboy 2011-04-26 20:10:46 -04:00
parent 66a319e158
commit 3f2b25f879
12 changed files with 236 additions and 18 deletions

View file

@ -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";
}
}