diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-06-10 14:09:17 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-06-10 14:09:17 (GMT) |
commit | c25e2b9b97a5ccfa171bc8b41b4a84adafaaa499 (patch) | |
tree | 96314b935d66ee4cb54dfd3e481f91c81d7e6f06 /Source/cmFLTKWrapUICommand.h | |
parent | f0b8cecf9d17ed596f26b78f9298c28c6b27b5df (diff) | |
download | CMake-c25e2b9b97a5ccfa171bc8b41b4a84adafaaa499.zip CMake-c25e2b9b97a5ccfa171bc8b41b4a84adafaaa499.tar.gz CMake-c25e2b9b97a5ccfa171bc8b41b4a84adafaaa499.tar.bz2 |
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFLTKWrapUICommand.h b/Source/cmFLTKWrapUICommand.h index 6374c19..2f9daa7 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."; } |