ENH: only 5 failing tests for VS 10

This commit is contained in:
Bill Hoffman
2009-07-10 09:12:39 -04:00
parent 3199db4794
commit 5c4208f50e
19 changed files with 349 additions and 117 deletions

View File

@@ -56,8 +56,9 @@ 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;
};
#endif