summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-02 14:20:53 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-02 14:20:53 (GMT)
commite4ec89d0360408cc4ad2bb6428be06749d8b11ba (patch)
tree731bf6a54de529453b4ca6039ba60c6ca49f0537 /Source/cmAddCustomCommandCommand.h
parentbb01a0d6baa948ca35efc8bed91e48756dd13a20 (diff)
downloadCMake-e4ec89d0360408cc4ad2bb6428be06749d8b11ba.zip
CMake-e4ec89d0360408cc4ad2bb6428be06749d8b11ba.tar.gz
CMake-e4ec89d0360408cc4ad2bb6428be06749d8b11ba.tar.bz2
ENH: Added SYMBOLIC source file property to mark custom command outputs that are never actually created on disk. This is used by the Watcom WMake generator to generate the .SYMBOLIC mark on the files in the make system.
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r--Source/cmAddCustomCommandCommand.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index 73bd881..fdea26a 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/Source/cmAddCustomCommandCommand.h
@@ -112,7 +112,10 @@ public:
"Use of VERBATIM is recommended as it enables correct behavior. "
"When VERBATIM is not given the behavior is platform specific. "
"In the future VERBATIM may be enabled by default. The only reason "
- "it is an option is to preserve compatibility with older CMake code.";
+ "it is an option is to preserve compatibility with older CMake code.\n"
+ "If the output of the custom command is not actually "
+ "created as a file on disk it should be marked as SYMBOLIC with "
+ "SET_SOURCE_FILES_PROPERTIES.";
}
cmTypeMacro(cmAddCustomCommandCommand, cmCommand);