mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Use mingw convention for import libraries (libmodule.a)
svn path=/branches/xmlbuildsystem/; revision=15223
This commit is contained in:
@@ -637,9 +637,7 @@ string
|
||||
Module::GetDependencyPath () const
|
||||
{
|
||||
if ( HasImportLibrary () )
|
||||
{
|
||||
return ReplaceExtension ( GetPath(), ".a" );
|
||||
}
|
||||
return ReplaceExtension ( GetPathWithPrefix ( "lib" ), ".a" );
|
||||
else
|
||||
return GetPath();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user