rename -> ResidualVM

This commit is contained in:
Pawel Kolodziejski 2012-01-06 11:37:57 +01:00
parent cfe2ba6442
commit 4fa79cd323
84 changed files with 473 additions and 485 deletions

View file

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