+ morphos target added

This commit is contained in:
Károly Balogh 2004-02-24 17:16:39 +00:00
parent 0a73341f54
commit 4cf5269aa7
2 changed files with 5 additions and 4 deletions

View File

@ -633,7 +633,7 @@ const
option_info=11024; option_info=11024;
option_help_pages=11025; option_help_pages=11025;
MsgTxtSize = 35980; MsgTxtSize = 36001;
MsgIdxMax : array[1..20] of longint=( MsgIdxMax : array[1..20] of longint=(
17,63,197,53,57,44,99,20,35,60, 17,63,197,53,57,44,99,20,35,60,

View File

@ -1,7 +1,7 @@
{$ifdef Delphi} {$ifdef Delphi}
const msgtxt : array[0..000149] of string[240]=( const msgtxt : array[0..000150] of string[240]=(
{$else Delphi} {$else Delphi}
const msgtxt : array[0..000149,1..240] of char=( const msgtxt : array[0..000150,1..240] of char=(
{$endif Delphi} {$endif Delphi}
'01000_T_Compiler: $1'#000+ '01000_T_Compiler: $1'#000+
'01001_D_Compiler OS: $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*2Tdarwin_Darwin and MacOS X on PowerPC'#010+
'P*2Tlinux_Linux on PowerPC'#010+ 'P*2Tlinux_Linux on PowerPC'#010+
'P*2Tmacos_MacOS (classic) on PowerPC'#010+ 'P*2Tmacos_MacOS (classic) on PowerPC'#010+
'P*2Tmorphos_MorphOS '#010+
'**1*_'#010+ '**1*_'#010+
'**1?_shows this help'#010+ '**1?_shows this help'#010+
'**1h_shows this help without waiting'#000 '**1h_shows this help without waiting',#000
); );