Преглед изворни кода

atari: revert back to unix dirsep, because thats what the 3rd party dev tools prefer

git-svn-id: trunk@35213 -
Károly Balogh пре 8 година
родитељ
комит
217307cd69
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/systems/i_atari.pas

+ 1 - 1
compiler/systems/i_atari.pas

@@ -60,7 +60,7 @@ unit i_atari;
             importlibext : '.a';
             Cprefix      : '_';
             newline      : #13#10;
-            dirsep       : '\';
+            dirsep       : '/'; { ... the underlying tools (binutils/vlink/vasm) prefer Unix paths }
             assem        : as_m68k_as_aout;
             assemextern  : as_m68k_as_aout;
             link         : ld_atari;