[cmake-commits] martink committed CMakeSetup.cpp 1.16 1.17

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 9 14:35:27 EDT 2007


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

Modified Files:
	CMakeSetup.cpp 
Log Message:
BUG: revert doc changes since VS7 cannot compile them, will implement them in a different manner


Index: CMakeSetup.cpp
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/MFCDialog/CMakeSetup.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- CMakeSetup.cpp	9 Oct 2007 13:55:42 -0000	1.16
+++ CMakeSetup.cpp	9 Oct 2007 18:35:25 -0000	1.17
@@ -12,31 +12,31 @@
 //----------------------------------------------------------------------------
 static const cmDocumentationEntry cmDocumentationName[] =
 {
-  {"",
-   "  CMakeSetup - CMake Windows GUI.", ""},
-  {"","",""}
+  {0,
+   "  CMakeSetup - CMake Windows GUI.", 0},
+  {0,0,0}
 };
 
 //----------------------------------------------------------------------------
 static const cmDocumentationEntry cmDocumentationUsage[] =
 {
-  {"",
+  {0,
    "  CMakeSetup [options]\n"
    "  CMakeSetup [options] <path-to-source>\n"
-   "  CMakeSetup [options] <path-to-existing-build>", ""},
-  {"","",""}
+   "  CMakeSetup [options] <path-to-existing-build>", 0},
+  {0,0,0}
 };
 
 //----------------------------------------------------------------------------
 static const cmDocumentationEntry cmDocumentationDescription[] =
 {
-  {"",
+  {0,
    "The \"CMakeSetup\" executable is the CMake Windows GUI.  Project "
    "configuration settings may be specified interactively.  "
    "Brief instructions are provided at the bottom of the "
-   "window when the program is running.", ""},
+   "window when the program is running.", 0},
   CMAKE_STANDARD_INTRODUCTION,
-  {"","",""}
+  {0,0,0}
 };
 
 //----------------------------------------------------------------------------
@@ -47,7 +47,7 @@
    "advanced.  Most users will not need to change the advanced options.  "
    "The CMakeSetup GUI contains a checkbox to enable/disable display of "
    "advanced options.  This command line flag changes its default setting."},
-  {"","",""}
+  {0,0,0}
 };
 
 #ifdef _DEBUG



More information about the Cmake-commits mailing list