VS: Replace FULL/UNCHANGED conversion with equivalent
This commit is contained in:
parent
5ad25ef4b6
commit
a8c7ccb183
@ -278,8 +278,8 @@ cmSourceFile* cmLocalVisualStudio7Generator::CreateVCProjBuildRule()
|
|||||||
cmCustomCommandLines commandLines;
|
cmCustomCommandLines commandLines;
|
||||||
commandLines.push_back(commandLine);
|
commandLines.push_back(commandLine);
|
||||||
const char* no_working_directory = 0;
|
const char* no_working_directory = 0;
|
||||||
std::string fullpathStampName = this->Convert(
|
std::string fullpathStampName =
|
||||||
stampName.c_str(), cmOutputConverter::FULL, cmOutputConverter::UNCHANGED);
|
cmSystemTools::CollapseFullPath(stampName.c_str());
|
||||||
this->Makefile->AddCustomCommandToOutput(
|
this->Makefile->AddCustomCommandToOutput(
|
||||||
fullpathStampName.c_str(), listFiles, makefileIn.c_str(), commandLines,
|
fullpathStampName.c_str(), listFiles, makefileIn.c_str(), commandLines,
|
||||||
comment.c_str(), no_working_directory, true);
|
comment.c_str(), no_working_directory, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user