summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2009-07-29 15:28:55 (GMT)
committerBrad King <brad.king@kitware.com>2009-07-29 15:28:55 (GMT)
commite339f3133fdc712e71a1bd45bdf051baa2fe6fdb (patch)
tree643c3ddd8ad303457d61a02bf359b7a84337a6f5 /Source/cmGlobalVisualStudio7Generator.h
parent819b0742c6ea8d23b388d1ba9bf786d52b92c5cc (diff)
downloadCMake-e339f3133fdc712e71a1bd45bdf051baa2fe6fdb.zip
CMake-e339f3133fdc712e71a1bd45bdf051baa2fe6fdb.tar.gz
CMake-e339f3133fdc712e71a1bd45bdf051baa2fe6fdb.tar.bz2
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.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h
index 0e2670e..e04b05a 100644
--- a/Source/cmGlobalVisualStudio7Generator.h
+++ b/Source/cmGlobalVisualStudio7Generator.h
@@ -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,