MSVC: Update DLL paths in post-build script
This commit is contained in:
parent
3091345af3
commit
e6a80868c6
5 changed files with 19 additions and 17 deletions
|
@ -339,7 +339,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, setup.createInstaller) << "</Command>\n"
|
||||
"\t\t\t<Command>" << getPostBuildEvent(isWin32, setup) << "</Command>\n"
|
||||
"\t\t</PostBuildEvent>\n";
|
||||
} else if (setup.tests) {
|
||||
project << "\t\t<PreBuildEvent>\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue