summaryrefslogtreecommitdiffstats
path: root/Source/cmSetSourceFilesPropertiesCommand.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/cmSetSourceFilesPropertiesCommand.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/cmSetSourceFilesPropertiesCommand.h')
-rw-r--r--Source/cmSetSourceFilesPropertiesCommand.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmSetSourceFilesPropertiesCommand.h b/Source/cmSetSourceFilesPropertiesCommand.h
index c1501f9..63d3f73 100644
--- a/Source/cmSetSourceFilesPropertiesCommand.h
+++ b/Source/cmSetSourceFilesPropertiesCommand.h
@@ -74,7 +74,10 @@ public:
"only used by Makefiles). "
"OBJECT_DEPENDS (string) adds dependencies to the object file. "
"COMPILE_FLAGS (string) is passed to the compiler as additional "
- "command line arguments when the source file is compiled. ";
+ "command line arguments when the source file is compiled. "
+ "If SYMBOLIC (boolean) is set to true the build system will be "
+ "informed that the source file is not actually created on disk but "
+ "instead used as a symbolic name for a build rule.";
}