kill the output exe files in a clean, too Modified: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler .cpp _____
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler .cpp --- branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler .cpp 2005-01-13 05:01:22 UTC (rev 13019) +++ branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler .cpp 2005-01-13 05:10:33 UTC (rev 13020) @@ -551,6 +551,7 @@
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 );