Przeglądaj źródła

*** empty log message ***

Bill Hoffman 24 lat temu
rodzic
commit
3b5ce4b88a
3 zmienionych plików z 729 dodań i 2264 usunięć
  1. 2 2
      Source/cmUnixMakefileGenerator.cxx
  2. 367 1140
      Templates/configure
  3. 360 1122
      configure

+ 2 - 2
Source/cmUnixMakefileGenerator.cxx

@@ -1374,10 +1374,10 @@ void cmUnixMakefileGenerator::ComputeSystemInfo()
 	{
           std::string env = "CXX=${CMAKE_CXX_COMPILER}";
           m_Makefile->ExpandVariablesInString(env);
-	  putenv(env.c_str());
+	  putenv(const_cast<char*>(env.c_str()));
 	  env = "CC=${CMAKE_C_COMPILER}";
 	  m_Makefile->ExpandVariablesInString(env);
-	  putenv(env.c_str());
+	  putenv(const_cast<char*>(env.c_str()));
 	}
       
       // currently we run configure shell script here to determine the info

Plik diff jest za duży
+ 367 - 1140
Templates/configure


Plik diff jest za duży
+ 360 - 1122
configure


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików