* 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:
florian 2017-12-27 15:06:58 +00:00
parent ca9174d505
commit 9f450419e9
2 changed files with 4 additions and 4 deletions

View File

@ -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];

View File

@ -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