ENH: add new commands fro find library and find program

This commit is contained in:
Ken Martin
2001-02-16 11:34:23 -05:00
parent fce56c57c4
commit 43859e36cf
11 changed files with 119 additions and 60 deletions

View File

@@ -69,7 +69,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
"FIND_LIBRARY(DEFINE try1 try2)";
"FIND_LIBRARY(DEFINE libraryName path1 path2 path3...)";
}
};