浏览代码

better docs

Ken Martin 22 年之前
父节点
当前提交
3a4d2e248e
共有 1 个文件被更改,包括 0 次插入29 次删除
  1. 0 29
      Source/cmAddCustomCommandCommand.h

+ 0 - 29
Source/cmAddCustomCommandCommand.h

@@ -108,33 +108,4 @@ public:
 };
 
 
-/*
-  
-target: normal depends
-  pre rules
-  normal rules
-  post rules
-
-output1: source other depends
-  rule
-  
-output2: source other dpeends
-  rule
-
-
-another option is
-
-output1: depends
-  rule
-      
-output2: depends
-  rule
-
-
-  
-use case1 - an executable that depending on args create diff output files
-
-*/
-
-
 #endif