mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 16:39:23 +02:00
* default apptype for wince is gui
git-svn-id: trunk@852 -
This commit is contained in:
parent
6f79120a77
commit
0f671b0962
@ -1781,6 +1781,10 @@ begin
|
||||
end;
|
||||
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 }
|
||||
def_system_macro(target_info.shortname);
|
||||
def_system_macro('FPC');
|
||||
|
Loading…
Reference in New Issue
Block a user