mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 07:39:31 +02:00
+ morphos target added
This commit is contained in:
parent
0a73341f54
commit
4cf5269aa7
@ -633,7 +633,7 @@ const
|
||||
option_info=11024;
|
||||
option_help_pages=11025;
|
||||
|
||||
MsgTxtSize = 35980;
|
||||
MsgTxtSize = 36001;
|
||||
|
||||
MsgIdxMax : array[1..20] of longint=(
|
||||
17,63,197,53,57,44,99,20,35,60,
|
||||
|
@ -1,7 +1,7 @@
|
||||
{$ifdef Delphi}
|
||||
const msgtxt : array[0..000149] of string[240]=(
|
||||
const msgtxt : array[0..000150] of string[240]=(
|
||||
{$else Delphi}
|
||||
const msgtxt : array[0..000149,1..240] of char=(
|
||||
const msgtxt : array[0..000150,1..240] of char=(
|
||||
{$endif Delphi}
|
||||
'01000_T_Compiler: $1'#000+
|
||||
'01001_D_Compiler OS: $1'#000+
|
||||
@ -871,7 +871,8 @@ const msgtxt : array[0..000149,1..240] of char=(
|
||||
'P*2Tdarwin_Darwin and MacOS X on PowerPC'#010+
|
||||
'P*2Tlinux_Linux on PowerPC'#010+
|
||||
'P*2Tmacos_MacOS (classic) on PowerPC'#010+
|
||||
'P*2Tmorphos_MorphOS '#010+
|
||||
'**1*_'#010+
|
||||
'**1?_shows this help'#010+
|
||||
'**1h_shows this help without waiting'#000
|
||||
'**1h_shows this help without waiting',#000
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user