From 7eb479d330870bf235601d2474a4f77e0a353d72 Mon Sep 17 00:00:00 2001 From: Diego Caceres Date: Mon, 28 Nov 2011 09:55:03 +0000 Subject: [PATCH] DFCH: Bug --- Install_ThirdParty/scripts/install_thirdparty_all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Install_ThirdParty/scripts/install_thirdparty_all.bat b/Install_ThirdParty/scripts/install_thirdparty_all.bat index 2217d22..fa0b39f 100644 --- a/Install_ThirdParty/scripts/install_thirdparty_all.bat +++ b/Install_ThirdParty/scripts/install_thirdparty_all.bat @@ -36,7 +36,7 @@ if not exist %zipPath% ( echo ERROR!!! 7Zip has not been found in the system exit ) -if not exist %vcvarsall% set zipPath="%ProgramFilesPath_x64%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" +if not exist %vcvarsall% set vcvarsall="%ProgramFilesPath_x64%\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" if not exist %vcvarsall% ( echo ERROR!!! Visual Studio has not been found in the system exit -- 2.45.0