From a77d26530d19831831b2278a97d8c572ca77a8df Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 2 May 2016 17:33:52 +0000 Subject: [PATCH] AmigaOS4: set winlike resources git-svn-id: trunk@33622 - --- compiler/systems/i_amiga.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/i_amiga.pas b/compiler/systems/i_amiga.pas index 7df8388fec..9615e1840a 100644 --- a/compiler/systems/i_amiga.pas +++ b/compiler/systems/i_amiga.pas @@ -97,7 +97,7 @@ unit i_amiga; system : system_powerpc_Amiga; name : 'AmigaOS for PowerPC'; shortname : 'amiga'; - flags : [tf_files_case_aware]; + flags : [tf_files_case_aware,tf_has_winlike_resources]; cpu : cpu_powerpc; unit_env : 'AMIGAUNITS'; extradefines : 'PPC603;HASAMIGA;AMIGAOS4';