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

git-svn-id: trunk@32140 -
This commit is contained in:
marcus 2015-10-24 09:01:05 +00:00
parent 18f37f783d
commit 2f83eeba39

View File

@ -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';