From 3a4d2e248ec8a22b84cc7769787424253da27fbb Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Tue, 3 Jun 2003 10:48:44 -0400 Subject: [PATCH] better docs --- Source/cmAddCustomCommandCommand.h | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index 114ac2262..21df1e9e2 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