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
|
@ -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"; \
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue