summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2014-02-25 01:32:55 (GMT)
committerBrad King <brad.king@kitware.com>2014-03-08 18:05:39 (GMT)
commit7abf4e313d8e8d59c38f402efaf9cca4e4a2d3ba (patch)
tree74f74a6301cdd27e3d504c95d2ff1d21ad8fa4da /Source/cmLocalVisualStudio6Generator.cxx
parent94fc63e2d5402bc4fa570a92e1f5fe6aba088392 (diff)
downloadCMake-7abf4e313d8e8d59c38f402efaf9cca4e4a2d3ba.zip
CMake-7abf4e313d8e8d59c38f402efaf9cca4e4a2d3ba.tar.gz
CMake-7abf4e313d8e8d59c38f402efaf9cca4e4a2d3ba.tar.bz2
stringapi: Use strings for dependency information
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 0e246a5..f1fd994 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -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,