|
@@ -36,7 +36,7 @@ unit i_aros;
|
|
|
shortname : 'aros';
|
|
|
flags : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
|
|
|
cpu : cpu_i386;
|
|
|
- unit_env : '';
|
|
|
+ unit_env : 'AROSUNITS';
|
|
|
extradefines : 'HASAMIGA';
|
|
|
exeext : '';
|
|
|
defext : '.def';
|
|
@@ -99,7 +99,7 @@ unit i_aros;
|
|
|
shortname : 'aros';
|
|
|
flags : [tf_files_case_aware, tf_smartlink_library, tf_has_winlike_resources];
|
|
|
cpu : cpu_x86_64;
|
|
|
- unit_env : '';
|
|
|
+ unit_env : 'AROSUNITS';
|
|
|
extradefines : 'HASAMIGA';
|
|
|
exeext : '';
|
|
|
defext : '.def';
|