|
@@ -2208,7 +2208,7 @@ function GetImportLibraryFilename(const UnitName: string; AOS: TOS): string;
|
|
|
begin
|
|
|
if AOS in [go32v2,watcom] then
|
|
|
Result := 'libimp'+UnitName
|
|
|
- if AOS in [os2,emx] then
|
|
|
+ else if AOS in [os2,emx] then
|
|
|
Result := UnitName
|
|
|
else if AOS in [netware,netwlibc,macos] then
|
|
|
Result := 'lib'+UnitName
|