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

@@ -18,7 +18,7 @@
#define cmLocalVisualStudio7Generator_h
#include "cmLocalVisualStudioGenerator.h"
#include "cmVisualStudioGeneratorOptions.h" // to get cmVS7FlagTable
#include "cmVisualStudioGeneratorOptions.h"
class cmTarget;
class cmSourceFile;