[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.195 1.196

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Jul 14 18:51:56 EDT 2008


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

Modified Files:
	cmGlobalXCodeGenerator.cxx 
Log Message:
BUG: fix for bug 7316


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.195
retrieving revision 1.196
diff -C 2 -d -r1.195 -r1.196
*** cmGlobalXCodeGenerator.cxx	9 Jul 2008 14:09:46 -0000	1.195
--- cmGlobalXCodeGenerator.cxx	14 Jul 2008 22:51:54 -0000	1.196
***************
*** 453,457 ****
      }
    lg->AppendFlags(flags, sf->GetProperty("COMPILE_FLAGS"));
-   cmSystemTools::ReplaceString(flags, "\"", "\\\"");
  
    // Add per-source definitions.
--- 453,456 ----
***************
*** 1298,1304 ****
      AppendFlags(defFlags,
                  this->CurrentMakefile->GetDefineFlags());
-   cmSystemTools::ReplaceString(defFlags, "\"", "\\\"");
-   cmSystemTools::ReplaceString(flags, "\"", "\\\"");
-   cmSystemTools::ReplaceString(cflags, "\"", "\\\"");
  
    // Add preprocessor definitions for this target and configuration.
--- 1297,1300 ----



More information about the Cmake-commits mailing list