rename -> ResidualVM
This commit is contained in:
parent
cfe2ba6442
commit
4fa79cd323
84 changed files with 473 additions and 485 deletions
|
@ -165,7 +165,7 @@ std::string MSVCProvider::getPostBuildEvent(bool isWin32, bool createInstaller)
|
|||
|
||||
cmdLine += (isWin32) ? "x86" : "x64";
|
||||
|
||||
cmdLine += " %RESIDUAL_LIBS% ";
|
||||
cmdLine += " %RESIDUALVM_LIBS% ";
|
||||
|
||||
// Specify if installer needs to be built or not
|
||||
cmdLine += (createInstaller ? "1" : "0");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue