[cmake-commits] king committed cmLocalVisualStudio6Generator.cxx 1.116 1.117

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Mar 10 06:56:14 EST 2007


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv24916

Modified Files:
	cmLocalVisualStudio6Generator.cxx 
Log Message:
STYLE: Fix line-too-long.


Index: cmLocalVisualStudio6Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalVisualStudio6Generator.cxx,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- cmLocalVisualStudio6Generator.cxx	9 Mar 2007 21:26:16 -0000	1.116
+++ cmLocalVisualStudio6Generator.cxx	10 Mar 2007 11:56:11 -0000	1.117
@@ -1200,8 +1200,10 @@
     {
     std::string fullPathImpDebug = target.GetDirectory("Debug", true);
     std::string fullPathImpRelease = target.GetDirectory("Release", true);
-    std::string fullPathImpMinSizeRel = target.GetDirectory("MinSizeRel", true);
-    std::string fullPathImpRelWithDebInfo = target.GetDirectory("RelWithDebInfo", true);
+    std::string fullPathImpMinSizeRel =
+      target.GetDirectory("MinSizeRel", true);
+    std::string fullPathImpRelWithDebInfo =
+      target.GetDirectory("RelWithDebInfo", true);
     fullPathImpDebug += "/";
     fullPathImpRelease += "/";
     fullPathImpMinSizeRel += "/";



More information about the Cmake-commits mailing list