ENH: fix for vs ide

This commit is contained in:
Bill Hoffman
2007-02-16 16:45:47 -05:00
parent ca0230a33e
commit fad49c8724
3 changed files with 19 additions and 3 deletions
+3 -1
View File
@@ -68,7 +68,9 @@ public:
virtual void ConfigureFinalPass();
void GetTargetObjectFileDirectories(cmTarget* target,
std::vector<std::string>&
dirs);
dirs);
// return the source name for the object file
virtual std::string GetSourceObjectName(cmSourceFile& );
private:
typedef cmLocalVisualStudio7GeneratorOptions Options;