Use mingw convention for import libraries (libmodule.a)

svn path=/branches/xmlbuildsystem/; revision=15223
This commit is contained in:
Casper Hornstrup
2005-05-11 17:37:46 +00:00
parent 7dfdcabef9
commit be0cf8ed70
+1 -3
View File
@@ -637,9 +637,7 @@ string
Module::GetDependencyPath () const
{
if ( HasImportLibrary () )
{
return ReplaceExtension ( GetPath(), ".a" );
}
return ReplaceExtension ( GetPathWithPrefix ( "lib" ), ".a" );
else
return GetPath();
}