summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio6Generator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-05-24 12:43:31 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-05-24 12:43:31 (GMT)
commit79756b0e676c9e5e02ad13039ad092b78f64f63d (patch)
tree033fdc6513036fa3adafd205956903b25c285020 /Source/cmLocalVisualStudio6Generator.cxx
parente10e3bc86edd3b319f036a5e33a428863d0e91f8 (diff)
downloadCMake-79756b0e676c9e5e02ad13039ad092b78f64f63d.zip
CMake-79756b0e676c9e5e02ad13039ad092b78f64f63d.tar.gz
CMake-79756b0e676c9e5e02ad13039ad092b78f64f63d.tar.bz2
BUG: don't use non-imported target when cross compiling as commands in custom commands
STYLE: remove now invalid comments, use this-> Alex
Diffstat (limited to 'Source/cmLocalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmLocalVisualStudio6Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio6Generator.cxx b/Source/cmLocalVisualStudio6Generator.cxx
index 41f00a6..25e3253 100644
--- a/Source/cmLocalVisualStudio6Generator.cxx
+++ b/Source/cmLocalVisualStudio6Generator.cxx
@@ -106,7 +106,6 @@ void cmLocalVisualStudio6Generator::OutputDSPFile()
// clear project names
this->CreatedProjectNames.clear();
- // Call TraceVSDependencies on all targets
cmTargets &tgts = this->Makefile->GetTargets();
for(cmTargets::iterator l = tgts.begin();
l != tgts.end(); l++)