mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Also use the module name in wine stubs object files
svn path=/trunk/; revision=30189
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user