[cmake-commits] king committed cmAddCustomCommandCommand.h 1.26 1.27

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 4 18:09:45 EDT 2006


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

Modified Files:
	cmAddCustomCommandCommand.h 
Log Message:
BUG: COMMENT was missing from docs.


Index: cmAddCustomCommandCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmAddCustomCommandCommand.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- cmAddCustomCommandCommand.h	4 Oct 2006 19:24:24 -0000	1.26
+++ cmAddCustomCommandCommand.h	4 Oct 2006 22:09:43 -0000	1.27
@@ -102,10 +102,11 @@
       "  POST_BUILD - run after the target has been built\n"
       "Note that the PRE_BUILD option is only supported on Visual "
       "Studio 7 or later. For all other generators PRE_BUILD "
-      "will be treated as PRE_LINK. "
+      "will be treated as PRE_LINK.\n"
       "If WORKING_DIRECTORY is specified the command will be executed "
-      "in the directory given."
-      "\n"
+      "in the directory given. "
+      "If COMMENT is set, the value will be displayed as a "
+      "message before the commands are executed at build time. "
       "If APPEND is specified the COMMAND and DEPENDS option values "
       "are appended to the custom command for the first output specified. "
       "There must have already been a previous call to this command with "



More information about the Cmake-commits mailing list