2
0
Эх сурвалжийг харах

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

git-svn-id: trunk@32140 -
marcus 9 жил өмнө
parent
commit
2f83eeba39

+ 2 - 2
compiler/systems/i_aros.pas

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