ENH: almost all tests passing in vs 10, commit fixes preprocess and starts vs external project

This commit is contained in:
Bill Hoffman
2009-07-13 16:58:24 -04:00
parent 724275b266
commit 11d42b3e8f
9 changed files with 153 additions and 42 deletions

View File

@@ -39,7 +39,8 @@ public:
* Generate the makefile for this directory.
*/
virtual void Generate();
virtual void ReadAndStoreExternalGUID(const char* name,
const char* path);
private:
};
#endif