atari: fixed newline and dirsep

git-svn-id: trunk@35212 -
This commit is contained in:
Károly Balogh 2016-12-29 14:53:23 +00:00
parent b9f8c73198
commit adb58ad467

View File

@ -59,8 +59,8 @@ unit i_atari;
importlibprefix : 'libimp';
importlibext : '.a';
Cprefix : '_';
newline : #10;
dirsep : '/';
newline : #13#10;
dirsep : '\';
assem : as_m68k_as_aout;
assemextern : as_m68k_as_aout;
link : ld_atari;