ide: clean lazarus build: clean up debugger, designer and converter as well

This commit is contained in:
mattias 2023-08-02 13:26:55 +02:00
parent a461609d36
commit 566e7b5e71

View File

@ -317,7 +317,10 @@ begin
CleanDir(fWorkingDir+PathDelim+'components');
CleanDir(fWorkingDir+PathDelim+'units');
CleanDir(fWorkingDir+PathDelim+'ide');
CleanDir(fWorkingDir+PathDelim+'debugger');
CleanDir(fWorkingDir+PathDelim+'designer');
CleanDir(fWorkingDir+PathDelim+'packager');
CleanDir(fWorkingDir+PathDelim+'converter');
CleanDir(fWorkingDir+PathDelim+'lcl');
CleanDir(fWorkingDir+PathDelim+'ideintf'); // from very old lazarus
CleanDir(fWorkingDir+PathDelim+'tools');