[cmake-commits] hoffman committed cmGlobalVisualStudio8Generator.cxx 1.30 1.31

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Dec 18 08:53:12 EST 2007


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

Modified Files:
	cmGlobalVisualStudio8Generator.cxx 
Log Message:
STYLE: fix line len


Index: cmGlobalVisualStudio8Generator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalVisualStudio8Generator.cxx,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- cmGlobalVisualStudio8Generator.cxx	17 Dec 2007 22:28:23 -0000	1.30
+++ cmGlobalVisualStudio8Generator.cxx	18 Dec 2007 13:53:10 -0000	1.31
@@ -285,7 +285,8 @@
   {"CallingConvention", "Gr", "fastcall", "1", 0 },
   {"CallingConvention", "Gz", "stdcall", "2", 0 },
 
-  {"Detect64BitPortabilityProblems", "Wp64", "Detect 64Bit Portability Problems", "true", 0 },
+  {"Detect64BitPortabilityProblems", "Wp64",
+   "Detect 64Bit Portability Problems", "true", 0 },
   {"ErrorReporting", "errorReport:prompt", "Report immediately", "1", 0 },
   {"ErrorReporting", "errorReport:queue", "Queue for next login", "2", 0 },
   // Precompiled header and related options.  Note that the



More information about the Cmake-commits mailing list