Generate temporary files at the root of the directory 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-04-21 14:49:17 UTC (rev 14732) +++ branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler .cpp 2005-04-21 16:18:29 UTC (rev 14733) @@ -863,10 +863,8 @@
dependencies += " " + NormalizeFilename ( module.xmlbuildFile ); string objectFilename = GetObjectFilename ( sourceFilename, &clean_files ); - string rciFilename = ros_temp + - ReplaceExtension ( sourceFilename, ".rci" ); - string resFilename = ros_temp + - ReplaceExtension ( sourceFilename, ".res" ); + string rciFilename = ros_temp + module.name + ".rci.tmp"; + string resFilename = ros_temp + module.name + ".res.tmp"; if ( module.useWRC ) { fprintf ( fMakefile,