* Silence warning in MakeSharedLibrary

git-svn-id: trunk@17750 -
This commit is contained in:
pierre 2011-06-14 12:37:27 +00:00
parent 1e7a050364
commit e4bb241409

View File

@ -971,6 +971,7 @@ end;
Function TInternalLinkerNetware.MakeSharedLibrary:boolean;
begin
Comment(V_Error,'Make shared library not supported for netware');
MakeSharedLibrary := false;
end;
{*****************************************************************************