diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-10 00:58:33 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-12-10 00:58:33 (GMT) |
commit | af1230fea0f71e1e753ff0d070432c31a9f7c0b4 (patch) | |
tree | 8d091c917208b4053ca1e11125ff328f02640eb5 /Source/cmLocalVisualStudio7Generator.h | |
parent | 526e5284c64e24f157e2a57a929f1d8dd027350f (diff) | |
download | CMake-af1230fea0f71e1e753ff0d070432c31a9f7c0b4.zip CMake-af1230fea0f71e1e753ff0d070432c31a9f7c0b4.tar.gz CMake-af1230fea0f71e1e753ff0d070432c31a9f7c0b4.tar.bz2 |
STYLE: fix line len error
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index c73aa7a..7055fe0 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 |