Răsfoiți Sursa

AROS: shortname in system description to uppercase (usual form)

git-svn-id: trunk@32140 -
marcus 9 ani în urmă
părinte
comite
2f83eeba39
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      compiler/systems/i_aros.pas

+ 2 - 2
compiler/systems/i_aros.pas

@@ -33,7 +33,7 @@ unit i_aros;
           (
           (
             system       : system_i386_aros;
             system       : system_i386_aros;
             name         : 'AROS for i386';
             name         : 'AROS for i386';
-            shortname    : 'aros';
+            shortname    : 'AROS';
             flags        : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
             flags        : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
             cpu          : cpu_i386;
             cpu          : cpu_i386;
             unit_env     : 'AROSUNITS';
             unit_env     : 'AROSUNITS';
@@ -96,7 +96,7 @@ unit i_aros;
           (
           (
             system       : system_x86_64_aros;
             system       : system_x86_64_aros;
             name         : 'AROS for x86_64';
             name         : 'AROS for x86_64';
-            shortname    : 'aros';
+            shortname    : 'AROS';
             flags        : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
             flags        : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
             cpu          : cpu_x86_64;
             cpu          : cpu_x86_64;
             unit_env     : 'AROSUNITS';
             unit_env     : 'AROSUNITS';