|
@@ -151,7 +151,7 @@ unit i_win;
|
|
|
system : system_arm_wince;
|
|
|
name : 'WinCE for ARM';
|
|
|
shortname : 'WinCE';
|
|
|
- flags : [tf_files_case_aware,tf_use_function_relative_addresses,tf_winlikewidestring,tf_smartlink_sections];
|
|
|
+ flags : [tf_files_case_aware,tf_use_function_relative_addresses{,tf_winlikewidestring},tf_smartlink_sections];
|
|
|
cpu : cpu_arm;
|
|
|
unit_env : '';
|
|
|
extradefines : 'UNDER_CE;WINDOWS;UNICODE';
|
|
@@ -210,7 +210,7 @@ unit i_win;
|
|
|
system : system_i386_wince;
|
|
|
name : 'WinCE for i386';
|
|
|
shortname : 'WinCE';
|
|
|
- flags : [tf_files_case_aware,tf_has_dllscanner,tf_use_function_relative_addresses,tf_winlikewidestring];
|
|
|
+ flags : [tf_files_case_aware,tf_has_dllscanner,tf_use_function_relative_addresses{,tf_winlikewidestring}];
|
|
|
cpu : cpu_i386;
|
|
|
unit_env : '';
|
|
|
extradefines : 'UNDER_CE;WINDOWS;UNICODE';
|