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

@@ -141,7 +141,7 @@ void cmLocalVisualStudio7Generator::FixGlobalTargets()
force_command.push_back(".");
cmCustomCommandLines force_commands;
force_commands.push_back(force_command);
const char* no_main_dependency = 0;
std::string no_main_dependency = "";
std::string force = this->Makefile->GetStartOutputDirectory();
force += cmake::GetCMakeFilesDirectory();
force += "/";