kill the output exe files in a clean, too
authorRoyce Mitchell III <royce3@ev1.net>
Thu, 13 Jan 2005 05:10:33 +0000 (05:10 +0000)
committerRoyce Mitchell III <royce3@ev1.net>
Thu, 13 Jan 2005 05:10:33 +0000 (05:10 +0000)
svn path=/branches/xmlbuildsystem/; revision=13020

reactos/tools/rbuild/backend/mingw/modulehandler.cpp

index 75799fd..fad90bc 100644 (file)
@@ -551,6 +551,7 @@ MingwModuleHandler::GenerateMacrosAndTargets (
        GenerateObjectFileTargets ( module, cc, cflagsMacro, nasmflagsMacro );\r
 \r
        vector<string> clean_files;\r
+       clean_files.push_back ( FixupTargetFilename(module.GetPath()) );\r
        clean_files.push_back ( ar_target );\r
        GetCleanTargets ( clean_files, module.files, module.ifs );\r
 \r