stringapi: Use strings for dependency information

This commit is contained in:
Ben Boeckel
2014-02-24 20:32:55 -05:00
committed by Brad King
parent 94fc63e2d5
commit 7abf4e313d
11 changed files with 22 additions and 24 deletions

View File

@@ -578,7 +578,7 @@ cmLocalVisualStudio6Generator
std::string comment = this->ConstructComment(origCommand, "<hack>");
// Add the rule with the given dependencies and commands.
const char* no_main_dependency = 0;
std::string no_main_dependency = "";
if(cmSourceFile* outsf =
this->Makefile->AddCustomCommandToOutput(
output, depends, no_main_dependency,