Просмотр исходного кода

Use full path file names in generate.stamp.list.

The full path file names are important for Visual Studio 10, which
apparently changes the current working directory when running
custom command rules.
David Cole 15 лет назад
Родитель
Сommit
9082fc8a47
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Source/cmGlobalVisualStudio8Generator.cxx

+ 0 - 2
Source/cmGlobalVisualStudio8Generator.cxx

@@ -154,8 +154,6 @@ void cmGlobalVisualStudio8Generator::AddCheckTarget()
     stampFile += "/";
     stampFile += "/";
     stampFile += cmake::GetCMakeFilesDirectoryPostSlash();
     stampFile += cmake::GetCMakeFilesDirectoryPostSlash();
     stampFile += "generate.stamp";
     stampFile += "generate.stamp";
-    stampFile = generators[0]->Convert(stampFile.c_str(),
-                                       cmLocalGenerator::START_OUTPUT);
     fout << stampFile << "\n";
     fout << stampFile << "\n";
     stamps.push_back(stampFile);
     stamps.push_back(stampFile);
     }
     }