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

This commit is contained in:
Littleboy
2011-04-27 11:08:45 -04:00
parent 66a319e158
commit 3f2b25f879
12 changed files with 236 additions and 18 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ int VisualStudioProvider::getVisualStudioVersion() {
"\t\t\t\tCommandLine=\"" << getPreBuildEvent() << "\"\n" \
"\t\t\t/>\n" \
"\t\t\t<Tool\tName=\"VCPostBuildEventTool\"\n" \
"\t\t\t\tCommandLine=\"" << getPostBuildEvent(isWin32) << "\"\n" \
"\t\t\t\tCommandLine=\"" << getPostBuildEvent(isWin32, setup.createInstaller) << "\"\n" \
"\t\t\t/>\n"; \
}