mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-04 20:18:32 +02:00
* atari port uses 8.3 file names when storing units (atari/ instead of m68k-atari/
git-svn-id: trunk@37833 -
This commit is contained in:
parent
ca9174d505
commit
9f450419e9
@ -178,7 +178,7 @@ Const
|
||||
AllBSDOSes = [FreeBSD,NetBSD,OpenBSD,Darwin,iphonesim,dragonfly];
|
||||
AllWindowsOSes = [Win32,Win64,WinCE];
|
||||
AllAmigaLikeOSes = [Amiga,MorphOS,AROS];
|
||||
AllLimit83fsOses = [go32v2,os2,emx,watcom,msdos,win16];
|
||||
AllLimit83fsOses = [go32v2,os2,emx,watcom,msdos,win16,atari];
|
||||
|
||||
AllSmartLinkLibraryOSes = [Linux,msdos,win16]; // OSes that use .a library files for smart-linking
|
||||
AllImportLibraryOSes = AllWindowsOSes + [os2,emx,netwlibc,netware,watcom,go32v2,macos,nativent,msdos,win16];
|
||||
@ -2622,7 +2622,7 @@ begin
|
||||
Result:=LibraryName+DLLExt
|
||||
else if aOS in [darwin,macos,iphonesim] then
|
||||
Result:=LibraryName+DyLibExt
|
||||
else
|
||||
else
|
||||
Result:=LibraryName+SharedLibExt;
|
||||
end;
|
||||
|
||||
@ -7413,7 +7413,7 @@ begin
|
||||
begin
|
||||
ProcessCompileTarget;
|
||||
end;
|
||||
ttSharedLibrary,
|
||||
ttSharedLibrary,
|
||||
ttProgram:
|
||||
begin // do nothing, are compiled later
|
||||
end;
|
||||
|
@ -10,7 +10,7 @@
|
||||
# OS categories
|
||||
BSDs = freebsd netbsd openbsd darwin dragonfly
|
||||
UNIXs = linux $(BSDs) solaris qnx haiku aix
|
||||
LIMIT83fs = go32v2 os2 emx watcom msdos win16
|
||||
LIMIT83fs = go32v2 os2 emx watcom msdos win16 atari
|
||||
OSNeedsComspecToRunBatch = go32v2 watcom
|
||||
|
||||
#Empty target for rules that always should run. Needed if
|
||||
|
Loading…
Reference in New Issue
Block a user