summaryrefslogtreecommitdiff
path: root/Source/cmFLTKWrapUICommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-06-10 10:09:17 -0400
committerKen Martin <ken.martin@kitware.com>2005-06-10 10:09:17 -0400
commitc25e2b9b97a5ccfa171bc8b41b4a84adafaaa499 (patch)
tree96314b935d66ee4cb54dfd3e481f91c81d7e6f06 /Source/cmFLTKWrapUICommand.h
parentf0b8cecf9d17ed596f26b78f9298c28c6b27b5df (diff)
downloadcmake-c25e2b9b97a5ccfa171bc8b41b4a84adafaaa499.tar.gz
ENH: change workings of command so that it can all happing in the initial pass still works the old way but complains
Diffstat (limited to 'Source/cmFLTKWrapUICommand.h')
-rw-r--r--Source/cmFLTKWrapUICommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h
index 6374c1931c..2f9daa7092 100644
--- a/Source/cmFLTKWrapUICommand.h
+++ b/Source/cmFLTKWrapUICommand.h
@@ -71,7 +71,8 @@ public:
" FLTK_WRAP_UI(resultingLibraryName source1\n"
" source2 ... sourceN )\n"
"Produce .h and .cxx files for all the .fl and .fld files listed. "
- "The resulting .h and .cxx files will be added to the specified "
+ "The resulting .h and .cxx files will be added to a variable named "
+ "resultingLibraryName_FLTK_UI_SRCS whcih should be added to your "
"library.";
}