ENH: added help target and made custom commands execute in start output directory

This commit is contained in:
Ken Martin
2005-05-20 11:01:21 -04:00
parent db3d203893
commit 60bcce7fa2
4 changed files with 102 additions and 6 deletions

View File

@@ -150,6 +150,9 @@ public:
void AppendGlobalTargetDepends(std::vector<std::string>& depends,
const cmTarget& target);
void AppendEcho(std::vector<std::string>& commands,
const char* text);
protected:
// write the target rules for the local Makefile into the stream
@@ -302,8 +305,6 @@ protected:
const cmCustomCommand& cc);
void AppendCleanCommand(std::vector<std::string>& commands,
const std::vector<std::string>& files);
void AppendEcho(std::vector<std::string>& commands,
const char* text);
//==========================================================================
bool SamePath(const char* path1, const char* path2);