diff options
author | Brad King <brad.king@kitware.com> | 2009-07-29 15:28:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-07-29 15:28:55 (GMT) |
commit | e339f3133fdc712e71a1bd45bdf051baa2fe6fdb (patch) | |
tree | 643c3ddd8ad303457d61a02bf359b7a84337a6f5 /Source/cmLocalVisualStudio7Generator.h | |
parent | 819b0742c6ea8d23b388d1ba9bf786d52b92c5cc (diff) | |
download | CMake-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/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index c49c297..c5fb689 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -18,7 +18,7 @@ #define cmLocalVisualStudio7Generator_h #include "cmLocalVisualStudioGenerator.h" -#include "cmVisualStudioGeneratorOptions.h" // to get cmVS7FlagTable +#include "cmVisualStudioGeneratorOptions.h" class cmTarget; class cmSourceFile; |