diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index c73aa7a5d..7055fe0c4 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -140,7 +140,8 @@ struct cmVS7FlagTable SemicolonAppendable = (1<<4), // a flag that if specified multiple times // should have its value appended to the // old value with semicolons (e.g. - // /NODEFAULTLIB: => IgnoreDefaultLibraryNames) + // /NODEFAULTLIB: => + // IgnoreDefaultLibraryNames) UserValueIgnored = UserValue | UserIgnored, UserValueRequired = UserValue | UserRequired