mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Generate SMP friendly temporary filenames
svn path=/trunk/; revision=15703
This commit is contained in:
@@ -912,8 +912,9 @@ MingwModuleHandler::GenerateWindresCommand (
|
||||
dependencies += " " + NormalizeFilename ( module.xmlbuildFile );
|
||||
string objectFilename =
|
||||
GetObjectFilename ( sourceFilename, &clean_files );
|
||||
string rciFilename = ros_temp + module.name + ".rci.tmp";
|
||||
string resFilename = ros_temp + module.name + ".res.tmp";
|
||||
string sourceFilenamePart = ReplaceExtension ( GetFilename ( sourceFilename ), "" );
|
||||
string rciFilename = ros_temp + module.name + "." + sourceFilenamePart + ".rci.tmp";
|
||||
string resFilename = ros_temp + module.name + "." + sourceFilenamePart + ".res.tmp";
|
||||
if ( module.useWRC )
|
||||
{
|
||||
fprintf ( fMakefile,
|
||||
|
||||
Reference in New Issue
Block a user