summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2003-06-03 14:48:44 (GMT)
committerKen Martin <ken.martin@kitware.com>2003-06-03 14:48:44 (GMT)
commit3a4d2e248ec8a22b84cc7769787424253da27fbb (patch)
treebe772f25b384508f759bf3d7d276c5b7d0fc1a27 /Source/cmAddCustomCommandCommand.h
parent9c0aa78c0d562eb363d8579bb9ed5777d2eff00a (diff)
downloadCMake-3a4d2e248ec8a22b84cc7769787424253da27fbb.zip
CMake-3a4d2e248ec8a22b84cc7769787424253da27fbb.tar.gz
CMake-3a4d2e248ec8a22b84cc7769787424253da27fbb.tar.bz2
better docs
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r--Source/cmAddCustomCommandCommand.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h
index 114ac22..21df1e9 100644
--- a/Source/cmAddCustomCommandCommand.h
+++ b/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