[cmake-commits] hoffman committed cmLocalVisualStudio7Generator.h
1.45 1.46
cmake-commits at cmake.org
cmake-commits at cmake.org
Sun Dec 9 19:58:35 EST 2007
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv1362
Modified Files:
cmLocalVisualStudio7Generator.h
Log Message:
STYLE: fix line len error
Index: cmLocalVisualStudio7Generator.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio7Generator.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- cmLocalVisualStudio7Generator.h 6 Dec 2007 13:40:18 -0000 1.45
+++ cmLocalVisualStudio7Generator.h 10 Dec 2007 00:58:33 -0000 1.46
@@ -140,7 +140,8 @@
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
More information about the Cmake-commits
mailing list