|
@@ -1781,6 +1781,10 @@ begin
|
|
end;
|
|
end;
|
|
option.firstpass:=false;
|
|
option.firstpass:=false;
|
|
|
|
|
|
|
|
+{ target is set here, for wince the default app type is gui }
|
|
|
|
+ if target_info.system in system_wince then
|
|
|
|
+ apptype:=app_gui;
|
|
|
|
+
|
|
{ default defines }
|
|
{ default defines }
|
|
def_system_macro(target_info.shortname);
|
|
def_system_macro(target_info.shortname);
|
|
def_system_macro('FPC');
|
|
def_system_macro('FPC');
|