mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:29:33 +02:00
added Amiga and MorphOS to SmartLinkLibraryOSes
git-svn-id: trunk@26129 -
This commit is contained in:
parent
7be4e20307
commit
835dd97628
@ -152,7 +152,7 @@ Const
|
|||||||
AllWindowsOSes = [Win32,Win64,WinCE];
|
AllWindowsOSes = [Win32,Win64,WinCE];
|
||||||
AllLimit83fsOses= [go32v2,os2,emx,watcom,msdos];
|
AllLimit83fsOses= [go32v2,os2,emx,watcom,msdos];
|
||||||
|
|
||||||
AllSmartLinkLibraryOSes = [Linux,msdos]; // OSes that use .a library files for smart-linking
|
AllSmartLinkLibraryOSes = [Linux,msdos,amiga,morphos]; // OSes that use .a library files for smart-linking
|
||||||
AllImportLibraryOSes = AllWindowsOSes + [os2,emx,netwlibc,netware,watcom,go32v2,macos,nativent,msdos];
|
AllImportLibraryOSes = AllWindowsOSes + [os2,emx,netwlibc,netware,watcom,go32v2,macos,nativent,msdos];
|
||||||
|
|
||||||
{ This table is kept OS,Cpu because it is easier to maintain (PFV) }
|
{ This table is kept OS,Cpu because it is easier to maintain (PFV) }
|
||||||
|
Loading…
Reference in New Issue
Block a user