mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 22:06:08 +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];
|
AllBSDOSes = [FreeBSD,NetBSD,OpenBSD,Darwin,iphonesim,dragonfly];
|
||||||
AllWindowsOSes = [Win32,Win64,WinCE];
|
AllWindowsOSes = [Win32,Win64,WinCE];
|
||||||
AllAmigaLikeOSes = [Amiga,MorphOS,AROS];
|
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
|
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];
|
AllImportLibraryOSes = AllWindowsOSes + [os2,emx,netwlibc,netware,watcom,go32v2,macos,nativent,msdos,win16];
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# OS categories
|
# OS categories
|
||||||
BSDs = freebsd netbsd openbsd darwin dragonfly
|
BSDs = freebsd netbsd openbsd darwin dragonfly
|
||||||
UNIXs = linux $(BSDs) solaris qnx haiku aix
|
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
|
OSNeedsComspecToRunBatch = go32v2 watcom
|
||||||
|
|
||||||
#Empty target for rules that always should run. Needed if
|
#Empty target for rules that always should run. Needed if
|
||||||
|
Loading…
Reference in New Issue
Block a user