浏览代码

removed the no longer necessary special case for Amiga and MorphOS

git-svn-id: trunk@26130 -
Károly Balogh 12 年之前
父节点
当前提交
1bf55d3086
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      packages/fpmkunit/src/fpmkunit.pp

+ 0 - 2
packages/fpmkunit/src/fpmkunit.pp

@@ -7129,8 +7129,6 @@ function TTarget.GetUnitLibFileName(AOS : TOS): String;
 begin
 begin
   if AOS in [atari,netwlibc,go32v2,watcom,wdosx,msdos] then
   if AOS in [atari,netwlibc,go32v2,watcom,wdosx,msdos] then
     Result := Name+LibExt
     Result := Name+LibExt
-  else if AOS in [amiga,morphos] then
-    Result:='lib'+Name+LibExt
   else if AOS in [java] then
   else if AOS in [java] then
     Result:=Name+'.jar'
     Result:=Name+'.jar'
   else if AOS in [macos] then
   else if AOS in [macos] then