Abstract cleaning of files and add code that deletes files from Debug subdirectory

This commit is contained in:
Andy Cedilnik
2002-09-23 11:06:01 -04:00
parent 9cf39703dc
commit e6406f681d
3 changed files with 40 additions and 33 deletions
+8 -2
View File
@@ -62,10 +62,16 @@ public:
*/
static int CoreTryCompileCode(
cmMakefile *mf, std::vector<std::string> const& argv, bool clean);
/**
* This deletes all the files created by TRY_COMPILE or TRY_RUN
* code. This way we do not have to rely on the timing and
* dependencies of makefiles.
*/
static void CleanupFiles(const char* binDir, bool recursive=true);
/**
* More documentation.
*/
* More documentation. */
virtual const char* GetFullDocumentation()
{
return