summaryrefslogtreecommitdiff
path: root/compiler/systems/t_atari.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_atari.pas')
-rw-r--r--compiler/systems/t_atari.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/systems/t_atari.pas b/compiler/systems/t_atari.pas
index 0cf5e3359a..ed93d9f72f 100644
--- a/compiler/systems/t_atari.pas
+++ b/compiler/systems/t_atari.pas
@@ -104,6 +104,8 @@ begin
{ Open link.res file }
LinkRes:=TLinkRes.Create(outputexedir+Info.ResName,true);
+ if UseVLink and (source_info.dirsep <> '/') then
+ LinkRes.fForceUseForwardSlash:=true;
{ Write path to search libraries }
HPath:=TCmdStrListItem(current_module.locallibrarysearchpath.First);