Teach VS generators to set the MACHINE type correctly.

This commit is contained in:
Bill Hoffman
2009-11-20 11:55:28 -05:00
parent bbbdf54a35
commit 268448b891
12 changed files with 30 additions and 16 deletions
+1 -2
View File
@@ -43,7 +43,6 @@ public:
* Try to determine system infomation such as shared library
* extension, pthreads, byte order etc.
*/
virtual void EnableLanguage(std::vector<std::string>const& languages,
cmMakefile *, bool optional);
virtual void AddPlatformDefinitions(cmMakefile *);
};
#endif