stringapi: Use strings for VS project names

This commit is contained in:
Ben Boeckel
2014-02-07 15:40:05 -05:00
committed by Brad King
parent d76a6e08d0
commit c3833c7da4
22 changed files with 60 additions and 57 deletions

View File

@@ -66,7 +66,7 @@ public:
const char* path);
virtual void AddCMakeListsRules();
protected:
void CreateSingleVCProj(const char *lname, cmTarget &tgt);
void CreateSingleVCProj(const std::string& lname, cmTarget &tgt);
private:
typedef cmVisualStudioGeneratorOptions Options;
typedef cmLocalVisualStudio7GeneratorFCInfo FCInfo;