|
@@ -898,7 +898,11 @@ begin
|
|
{$ifdef cpuarm}
|
|
{$ifdef cpuarm}
|
|
default_target(source_info.system);
|
|
default_target(source_info.system);
|
|
{$else cpuarm}
|
|
{$else cpuarm}
|
|
|
|
+ {$ifdef WINDOWS}
|
|
|
|
+ default_target(system_arm_wince);
|
|
|
|
+ {$else WINDOWS}
|
|
default_target(system_arm_linux);
|
|
default_target(system_arm_linux);
|
|
|
|
+ {$endif WINDOWS}
|
|
{$endif cpuarm}
|
|
{$endif cpuarm}
|
|
{$endif arm}
|
|
{$endif arm}
|
|
end;
|
|
end;
|