mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
removed the no longer necessary special case for Amiga and MorphOS
git-svn-id: trunk@26130 -
This commit is contained in:
parent
835dd97628
commit
1bf55d3086
@ -7129,8 +7129,6 @@ function TTarget.GetUnitLibFileName(AOS : TOS): String;
|
||||
begin
|
||||
if AOS in [atari,netwlibc,go32v2,watcom,wdosx,msdos] then
|
||||
Result := Name+LibExt
|
||||
else if AOS in [amiga,morphos] then
|
||||
Result:='lib'+Name+LibExt
|
||||
else if AOS in [java] then
|
||||
Result:=Name+'.jar'
|
||||
else if AOS in [macos] then
|
||||
|
Loading…
Reference in New Issue
Block a user