|
@@ -78,6 +78,9 @@ public:
|
|
|
"This defines a new command that can be executed during the build "
|
|
"This defines a new command that can be executed during the build "
|
|
|
"process. The outputs named should be listed as source files in the "
|
|
"process. The outputs named should be listed as source files in the "
|
|
|
"target for which they are to be generated. "
|
|
"target for which they are to be generated. "
|
|
|
|
|
+ "If an output name is a relative path it will be interpreted "
|
|
|
|
|
+ "relative to the build tree directory corresponding to the current "
|
|
|
|
|
+ "source directory. "
|
|
|
"Note that MAIN_DEPENDENCY is completely optional and is "
|
|
"Note that MAIN_DEPENDENCY is completely optional and is "
|
|
|
"used as a suggestion to visual studio about where to hang the "
|
|
"used as a suggestion to visual studio about where to hang the "
|
|
|
"custom command. In makefile terms this creates a new target in the "
|
|
"custom command. In makefile terms this creates a new target in the "
|