mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 02:29:34 +02:00
sinclairql: the newline on this system is LF, not CRLF
git-svn-id: trunk@47427 -
This commit is contained in:
parent
b2a67d4656
commit
a0543f7f9b
@ -60,7 +60,7 @@ unit i_sinclairql;
|
||||
importlibprefix : 'libimp';
|
||||
importlibext : '.a';
|
||||
Cprefix : '_';
|
||||
newline : #13#10;
|
||||
newline : #10;
|
||||
dirsep : '/'; { ... the underlying tools (binutils/vlink/vasm) prefer Unix paths }
|
||||
assem : as_m68k_vasm;
|
||||
assemextern : as_m68k_vasm;
|
||||
|
Loading…
Reference in New Issue
Block a user