mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Also use the module name in wine stubs object files
svn path=/trunk/; revision=30189
This commit is contained in:
parent
bcd746b012
commit
6f0df2f887
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ MingwModuleHandler::GetObjectFilename (
|
|||
if ( extension == ".rc" || extension == ".RC" )
|
||||
newExtension = "_" + module.name + ".coff";
|
||||
else if ( extension == ".spec" || extension == ".SPEC" )
|
||||
newExtension = ".stubs.o";
|
||||
newExtension = ".stubs_" + module.name + ".o";
|
||||
else if ( extension == ".idl" || extension == ".IDL" )
|
||||
{
|
||||
if ( module.type == RpcServer )
|
||||
|
|
Loading…
Reference in a new issue