VS: Convert WriteSLNHeader to non-virtual lookup table

This commit is contained in:
Brad King
2019-01-09 11:51:12 -05:00
parent 6d99406e69
commit 163cc8bbdd
17 changed files with 54 additions and 81 deletions

View File

@@ -142,6 +142,8 @@ protected:
const char* GetIDEVersion() const;
void WriteSLNHeader(std::ostream& fout);
bool ComputeTargetDepends() override;
class VSDependSet : public std::set<std::string>
{