mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 20:36:26 +00:00
kill the output exe files in a clean, too
svn path=/branches/xmlbuildsystem/; revision=13020
This commit is contained in:
parent
b657e0b0bf
commit
46db98e48d
1 changed files with 1 additions and 0 deletions
|
@ -551,6 +551,7 @@ MingwModuleHandler::GenerateMacrosAndTargets (
|
|||
GenerateObjectFileTargets ( module, cc, cflagsMacro, nasmflagsMacro );
|
||||
|
||||
vector<string> clean_files;
|
||||
clean_files.push_back ( FixupTargetFilename(module.GetPath()) );
|
||||
clean_files.push_back ( ar_target );
|
||||
GetCleanTargets ( clean_files, module.files, module.ifs );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue