summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudioGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-09-07 14:11:20 (GMT)
committerBrad King <brad.king@kitware.com>2009-09-07 14:11:20 (GMT)
commit355511ade9fd1be71835359a9b085586446e50c2 (patch)
tree9f414f4b3c4e45a93ae9e2eb9b859638b4d3d282 /Source/cmLocalVisualStudioGenerator.h
parentf143dc2af2c65dcac3434fd531794a79e313ec01 (diff)
downloadCMake-355511ade9fd1be71835359a9b085586446e50c2.zip
CMake-355511ade9fd1be71835359a9b085586446e50c2.tar.gz
CMake-355511ade9fd1be71835359a9b085586446e50c2.tar.bz2
Do Windows command line escapes for VS 10 too
Until now the VS 10 generator did no Windows command-line escaping and just did XML escapes. This commit teaches the generator to use the same command-line escape addition code used by other generators. The script construction method cmLocalVisualStudioGenerator::ConstructScript need not do XML escapes. Each VS generator version adds the XML escapes necessary for that version.
Diffstat (limited to 'Source/cmLocalVisualStudioGenerator.h')
-rw-r--r--Source/cmLocalVisualStudioGenerator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudioGenerator.h b/Source/cmLocalVisualStudioGenerator.h
index 4b31599..a6bdfbf 100644
--- a/Source/cmLocalVisualStudioGenerator.h
+++ b/Source/cmLocalVisualStudioGenerator.h
@@ -56,7 +56,6 @@ protected:
std::map<cmStdString, int>& count);
void InsertNeedObjectNames(const std::vector<cmSourceGroup>& groups,
std::map<cmStdString, int>& count);
- bool NeedXMLEscape;
std::set<const cmSourceFile*> NeedObjectName;
friend class cmVisualStudio10TargetGenerator;
};