mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:35:43 +00:00
Generate SMP friendly temporary filenames
svn path=/trunk/; revision=15703
This commit is contained in:
parent
e346b7e2ce
commit
b4dae62ae5
1 changed files with 3 additions and 2 deletions
|
@ -912,8 +912,9 @@ MingwModuleHandler::GenerateWindresCommand (
|
||||||
dependencies += " " + NormalizeFilename ( module.xmlbuildFile );
|
dependencies += " " + NormalizeFilename ( module.xmlbuildFile );
|
||||||
string objectFilename =
|
string objectFilename =
|
||||||
GetObjectFilename ( sourceFilename, &clean_files );
|
GetObjectFilename ( sourceFilename, &clean_files );
|
||||||
string rciFilename = ros_temp + module.name + ".rci.tmp";
|
string sourceFilenamePart = ReplaceExtension ( GetFilename ( sourceFilename ), "" );
|
||||||
string resFilename = ros_temp + module.name + ".res.tmp";
|
string rciFilename = ros_temp + module.name + "." + sourceFilenamePart + ".rci.tmp";
|
||||||
|
string resFilename = ros_temp + module.name + "." + sourceFilenamePart + ".res.tmp";
|
||||||
if ( module.useWRC )
|
if ( module.useWRC )
|
||||||
{
|
{
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue