Browse Source

*** empty log message ***

Bill Hoffman 24 năm trước cách đây
mục cha
commit
3b5ce4b88a
3 tập tin đã thay đổi với 729 bổ sung2264 xóa
  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

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 367 - 1140
Templates/configure


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 360 - 1122
configure


Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác