[Cmake-commits] [cmake-commits] king committed cmLocalVisualStudio7Generator.cxx 1.226 1.227

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jun 30 09:57:10 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv10175/Source

Modified Files:
	cmLocalVisualStudio7Generator.cxx 
Log Message:
BUG: Do not escape make variable references in VS additional options.


Index: cmLocalVisualStudio7Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.cxx,v
retrieving revision 1.226
retrieving revision 1.227
diff -C 2 -d -r1.226 -r1.227
*** cmLocalVisualStudio7Generator.cxx	17 Jun 2008 14:58:03 -0000	1.226
--- cmLocalVisualStudio7Generator.cxx	30 Jun 2008 13:57:07 -0000	1.227
***************
*** 2174,2179 ****
    this->FlagString += " ";
    this->FlagString +=
!     cmSystemTools::EscapeWindowsShellArgument(flag,
!                                               cmsysSystem_Shell_Flag_VSIDE);
  }
  
--- 2174,2181 ----
    this->FlagString += " ";
    this->FlagString +=
!     cmSystemTools::EscapeWindowsShellArgument(
!       flag,
!       cmsysSystem_Shell_Flag_AllowMakeVariables |
!       cmsysSystem_Shell_Flag_VSIDE);
  }
  



More information about the Cmake-commits mailing list