ENH: Separate VS flag table type

Move the cmVS7FlagTable type out of the VS generators and rename it to
cmIDEFlagTable.  It will be useful for other generators.
This commit is contained in:
Brad King
2009-07-29 11:28:55 -04:00
parent 819b0742c6
commit e339f3133f
8 changed files with 56 additions and 31 deletions

View File

@@ -20,7 +20,7 @@
#include "cmGlobalVisualStudioGenerator.h"
class cmTarget;
struct cmVS7FlagTable;
struct cmIDEFlagTable;
/** \class cmGlobalVisualStudio7Generator
* \brief Write a Unix makefiles.
@@ -103,7 +103,7 @@ public:
};
protected:
static cmVS7FlagTable const* GetExtraFlagTableVS7();
static cmIDEFlagTable const* GetExtraFlagTableVS7();
virtual void OutputSLNFile(cmLocalGenerator* root,
std::vector<cmLocalGenerator*>& generators);
virtual void WriteSLNFile(std::ostream& fout, cmLocalGenerator* root,